Html Css Color HEX #D0D064 Goldenrod

📋 copy color: '#D0D064'

red 208 ◦ green 208 ◦ blue 100

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

Shades of Goldenrod #D0D064

Tints of Goldenrod #D0D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 40.31%
G = 40.31%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0D064 (or 0xD0D064) is known color: Goldenrod. HEX triplet: D0, D0 and 64. RGB value is (208,208,100). Sum of RGB (Red+Green+Blue) = 208+208+100=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D064 is #2F2F9B. Grayscale: #C4C4C4. Windows color (decimal): -3092380 or 6607056. OLE color: 6607056.

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

Color convert

RGB 208 208 100 -
CMYK 0 0 0.52 0.18
HSL 60º 0.53% 0.6% -
HSV(B) 60º 0.52% 0.82% -
XYZ 50.87 59.44 20.85 -
YUV 195.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 208 208 100 0 0 0.52 0.18 60 0.53 0.6
Hex D0 D0 64 0 0 34 12 3C 35 3C
Octal 320 320 144 0 0 64 22 74 65 74
Binary 11010000 11010000 1100100 0 0 110100 10010 111100 110101 111100

Color Harmonies of #D0D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D064

Black with #D0D064

Text Example


Text Example

White with #D0D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D064; }

 p { color: rgb(208,208,100); }

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

background-color css

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

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

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

border-color css

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

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

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