Html Css Color HEX #D5D46B Goldenrod

📋 copy color: '#D5D46B'

red 213 ◦ green 212 ◦ blue 107

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

Shades of Goldenrod #D5D46B

Tints of Goldenrod #D5D46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

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

R = 40.04%
G = 39.85%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5D46B (or 0xD5D46B) is known color: Goldenrod. HEX triplet: D5, D4 and 6B. RGB value is (213,212,107). Sum of RGB (Red+Green+Blue) = 213+212+107=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D46B is #2A2B94. Grayscale: #C8C8C8. Windows color (decimal): -2763669 or 7066837. OLE color: 7066837.

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

Color convert

RGB 213 212 107 -
CMYK 0 0.00 0.50 0.16
HSL 59.43º 0.56% 0.63% -
HSV(B) 59.43º 0.5% 0.84% -
XYZ 53.64 62.29 23.11 -
YUV 200.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 213 212 107 0 0.00 0.50 0.16 59.43 0.56 0.63
Hex D5 D4 6B 0 0 32 10 3B 38 3F
Octal 325 324 153 0 0 62 20 73 70 77
Binary 11010101 11010100 1101011 0 0 110010 10000 111011 111000 111111

Color Harmonies of #D5D46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D46B

Black with #D5D46B

Text Example


Text Example

White with #D5D46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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