Html Css Color HEX #D6D064 Goldenrod

📋 copy color: '#D6D064'

red 214 ◦ green 208 ◦ blue 100

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

Shades of Goldenrod #D6D064

Tints of Goldenrod #D6D064

RGB

 RED value IS 214 (83.98% from 255) = 41%

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

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

R = 41%
G = 39.85%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6D064 (or 0xD6D064) is known color: Goldenrod. HEX triplet: D6, D0 and 64. RGB value is (214,208,100). Sum of RGB (Red+Green+Blue) = 214+208+100=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D064 is #292F9B. Grayscale: #C5C5C5. Windows color (decimal): -2699164 or 6607062. OLE color: 6607062.

HSL color Cylindrical-coordinate representation of color #D6D064: hue angle of 56.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6D064 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 100 -
CMYK 0 0.03 0.53 0.16
HSL 56.84º 0.58% 0.62% -
HSV(B) 56.84º 0.53% 0.84% -
XYZ 52.59 60.33 20.93 -
YUV 197.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 214 208 100 0 0.03 0.53 0.16 56.84 0.58 0.62
Hex D6 D0 64 0 3 35 10 39 3A 3E
Octal 326 320 144 0 3 65 20 71 72 76
Binary 11010110 11010000 1100100 0 11 110101 10000 111001 111010 111110

Color Harmonies of #D6D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D064

Black with #D6D064

Text Example


Text Example

White with #D6D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D064; }

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

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

background-color css

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

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

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

border-color css

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

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

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