Html Css Color HEX #D2D669 Goldenrod

📋 copy color: '#D2D669'

red 210 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #D2D669

Tints of Goldenrod #D2D669

RGB

 RED value IS 210 (82.42% from 255) = 39.7%

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

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

R = 39.7%
G = 40.45%
B = 19.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D2D669 (or 0xD2D669) is known color: Goldenrod. HEX triplet: D2, D6 and 69. RGB value is (210,214,105). Sum of RGB (Red+Green+Blue) = 210+214+105=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D669 is #2D2996. Grayscale: #C8C8C8. Windows color (decimal): -2959767 or 6936274. OLE color: 6936274.

HSL color Cylindrical-coordinate representation of color #D2D669: hue angle of 62.2º 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 #D2D669 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 105 -
CMYK 0.02 0 0.51 0.16
HSL 62.2º 0.57% 0.63% -
HSV(B) 62.2º 0.51% 0.84% -
XYZ 53.17 62.81 22.69 -
YUV 200.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 210 214 105 0.02 0 0.51 0.16 62.2 0.57 0.63
Hex D2 D6 69 2 0 33 10 3E 39 3F
Octal 322 326 151 2 0 63 20 76 71 77
Binary 11010010 11010110 1101001 10 0 110011 10000 111110 111001 111111

Color Harmonies of #D2D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D669

Black with #D2D669

Text Example


Text Example

White with #D2D669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D669; }

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

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

background-color css

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

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

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

border-color css

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

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

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