Html Css Color HEX #D4D16B Goldenrod

📋 copy color: '#D4D16B'

red 212 ◦ green 209 ◦ blue 107

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

Shades of Goldenrod #D4D16B

Tints of Goldenrod #D4D16B

RGB

 RED value IS 212 (83.2% from 255) = 40.15%

 GREEN value IS 209 (82.03% from 255) = 39.58%

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

R = 40.15%
G = 39.58%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4D16B (or 0xD4D16B) is known color: Goldenrod. HEX triplet: D4, D1 and 6B. RGB value is (212,209,107). Sum of RGB (Red+Green+Blue) = 212+209+107=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D16B is #2B2E94. Grayscale: #C6C6C6. Windows color (decimal): -2829973 or 7066068. OLE color: 7066068.

HSL color Cylindrical-coordinate representation of color #D4D16B: hue angle of 58.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D16B is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 209 107 -
CMYK 0 0.01 0.50 0.17
HSL 58.29º 0.55% 0.63% -
HSV(B) 58.29º 0.5% 0.83% -
XYZ 52.61 60.66 22.85 -
YUV 198.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 212 209 107 0 0.01 0.50 0.17 58.29 0.55 0.63
Hex D4 D1 6B 0 1 32 11 3A 37 3F
Octal 324 321 153 0 1 62 21 72 67 77
Binary 11010100 11010001 1101011 0 1 110010 10001 111010 110111 111111

Color Harmonies of #D4D16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D16B

Black with #D4D16B

Text Example


Text Example

White with #D4D16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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