Html Css Color HEX #D5D669 Goldenrod

📋 copy color: '#D5D669'

red 213 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #D5D669

Tints of Goldenrod #D5D669

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

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

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

R = 40.04%
G = 40.23%
B = 19.74%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5D669 (or 0xD5D669) is known color: Goldenrod. HEX triplet: D5, D6 and 69. RGB value is (213,214,105). Sum of RGB (Red+Green+Blue) = 213+214+105=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D669 is #2A2996. Grayscale: #C9C9C9. Windows color (decimal): -2763159 or 6936277. OLE color: 6936277.

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

Color convert

RGB 213 214 105 -
CMYK 0.00 0 0.51 0.16
HSL 60.55º 0.57% 0.63% -
HSV(B) 60.55º 0.51% 0.84% -
XYZ 54.04 63.26 22.73 -
YUV 201.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 213 214 105 0.00 0 0.51 0.16 60.55 0.57 0.63
Hex D5 D6 69 0 0 33 10 3D 39 3F
Octal 325 326 151 0 0 63 20 75 71 77
Binary 11010101 11010110 1101001 0 0 110011 10000 111101 111001 111111

Color Harmonies of #D5D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D669

Black with #D5D669

Text Example


Text Example

White with #D5D669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D669; }

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

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

background-color css

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

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

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

border-color css

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

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

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