Html Css Color HEX #D0D265 Goldenrod

📋 copy color: '#D0D265'

red 208 ◦ green 210 ◦ blue 101

#D0D265
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D0D265

Tints of Goldenrod #D0D265

RGB

 RED value IS 208 (81.64% from 255) = 40.08%

 GREEN value IS 210 (82.42% from 255) = 40.46%

 BLUE value IS 101 (39.84% from 255) = 19.46%

R = 40.08%
G = 40.46%
B = 19.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0D265 (or 0xD0D265) is known color: Goldenrod. HEX triplet: D0, D2 and 65. RGB value is (208,210,101). Sum of RGB (Red+Green+Blue) = 208+210+101=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D265 is #2F2D9A. Grayscale: #C5C5C5. Windows color (decimal): -3091867 or 6673104. OLE color: 6673104.

HSL color Cylindrical-coordinate representation of color #D0D265: hue angle of 61.1º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0D265 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 210 101 -
CMYK 0.01 0 0.52 0.18
HSL 61.1º 0.55% 0.61% -
HSV(B) 61.1º 0.52% 0.82% -
XYZ 51.41 60.44 21.27 -
YUV 196.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 208 210 101 0.01 0 0.52 0.18 61.1 0.55 0.61
Hex D0 D2 65 1 0 34 12 3D 37 3D
Octal 320 322 145 1 0 64 22 75 67 75
Binary 11010000 11010010 1100101 1 0 110100 10010 111101 110111 111101

Color Harmonies of #D0D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D265

Black with #D0D265

Text Example


Text Example

White with #D0D265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D265; }

 p { color: rgb(208,210,101); }

 H1.HeaderClassName
 {
   color: #D0D265;
 }
 .AnyTagClassName
 {
   color: #D0D265;
 }
</style>

background-color css

<style>
 a { background-color: #D0D265; }

 a { background-color: rgb(208,210,101); }

 div.DivClassName
 {
   background-color: #D0D265;
 }
 .BgClassName
 {
   background-color: #D0D265;
 }
</style>

border-color css

<style>
 span { border-color: #D0D265; }

 span { border-color: rgb(208,210,101); }

 td.TdClassName
 {
   border-color: #D0D265;
 }
 .TagClassName
 {
   border-color: #D0D265;
 }
</style>