Html Css Color HEX #D4D96F Goldenrod

📋 copy color: '#D4D96F'

red 212 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #D4D96F

Tints of Goldenrod #D4D96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.19%

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 39.26%
G = 40.19%
B = 20.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D4D96F (or 0xD4D96F) is known color: Goldenrod. HEX triplet: D4, D9 and 6F. RGB value is (212,217,111). Sum of RGB (Red+Green+Blue) = 212+217+111=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D96F is #2B2690. Grayscale: #CBCBCB. Windows color (decimal): -2827921 or 7330260. OLE color: 7330260.

HSL color Cylindrical-coordinate representation of color #D4D96F: hue angle of 62.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4D96F is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 111 -
CMYK 0.02 0 0.49 0.15
HSL 62.83º 0.58% 0.64% -
HSV(B) 62.83º 0.49% 0.85% -
XYZ 54.83 64.77 24.65 -
YUV 203.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 212 217 111 0.02 0 0.49 0.15 62.83 0.58 0.64
Hex D4 D9 6F 2 0 31 F 3F 3A 40
Octal 324 331 157 2 0 61 17 77 72 100
Binary 11010100 11011001 1101111 10 0 110001 1111 111111 111010 1000000

Color Harmonies of #D4D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D96F

Black with #D4D96F

Text Example


Text Example

White with #D4D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D96F; }

 p { color: rgb(212,217,111); }

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

background-color css

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

 a { background-color: rgb(212,217,111); }

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

border-color css

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

 span { border-color: rgb(212,217,111); }

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