Html Css Color HEX #D6D669 Goldenrod

📋 copy color: '#D6D669'

red 214 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #D6D669

Tints of Goldenrod #D6D669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

 BLUE value IS 105 (41.41% from 255) = 19.7%

R = 40.15%
G = 40.15%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6D669 (or 0xD6D669) is known color: Goldenrod. HEX triplet: D6, D6 and 69. RGB value is (214,214,105). Sum of RGB (Red+Green+Blue) = 214+214+105=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D669 is #292996. Grayscale: #CACACA. Windows color (decimal): -2697623 or 6936278. OLE color: 6936278.

HSL color Cylindrical-coordinate representation of color #D6D669: hue angle of 60º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6D669 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 105 -
CMYK 0 0 0.51 0.16
HSL 60º 0.57% 0.63% -
HSV(B) 60º 0.51% 0.84% -
XYZ 54.33 63.41 22.74 -
YUV 201.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 214 214 105 0 0 0.51 0.16 60 0.57 0.63
Hex D6 D6 69 0 0 33 10 3C 39 3F
Octal 326 326 151 0 0 63 20 74 71 77
Binary 11010110 11010110 1101001 0 0 110011 10000 111100 111001 111111

Color Harmonies of #D6D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D669

Black with #D6D669

Text Example


Text Example

White with #D6D669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D669; }

 p { color: rgb(214,214,105); }

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

background-color css

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

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

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

border-color css

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

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

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