Html Css Color HEX #D5D06B Goldenrod

📋 copy color: '#D5D06B'

red 213 ◦ green 208 ◦ blue 107

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

Shades of Goldenrod #D5D06B

Tints of Goldenrod #D5D06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 40.34%
G = 39.39%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5D06B (or 0xD5D06B) is known color: Goldenrod. HEX triplet: D5, D0 and 6B. RGB value is (213,208,107). Sum of RGB (Red+Green+Blue) = 213+208+107=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D06B is #2A2F94. Grayscale: #C6C6C6. Windows color (decimal): -2764693 or 7065813. OLE color: 7065813.

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

Color convert

RGB 213 208 107 -
CMYK 0 0.02 0.50 0.16
HSL 57.17º 0.56% 0.63% -
HSV(B) 57.17º 0.5% 0.84% -
XYZ 52.65 60.32 22.78 -
YUV 197.98 76.66 138.71 -
System Red Green Blue C M Y K H S L
Decimal 213 208 107 0 0.02 0.50 0.16 57.17 0.56 0.63
Hex D5 D0 6B 0 2 32 10 39 38 3F
Octal 325 320 153 0 2 62 20 71 70 77
Binary 11010101 11010000 1101011 0 10 110010 10000 111001 111000 111111

Color Harmonies of #D5D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D06B

Black with #D5D06B

Text Example


Text Example

White with #D5D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D06B; }

 p { color: rgb(213,208,107); }

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

background-color css

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

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

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

border-color css

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

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

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