Html Css Color HEX #D4D86E Goldenrod

📋 copy color: '#D4D86E'

red 212 ◦ green 216 ◦ blue 110

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

Shades of Goldenrod #D4D86E

Tints of Goldenrod #D4D86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.15%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 39.41%
G = 40.15%
B = 20.45%

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

#D4D86E (or 0xD4D86E) is known color: Goldenrod. HEX triplet: D4, D8 and 6E. RGB value is (212,216,110). Sum of RGB (Red+Green+Blue) = 212+216+110=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D86E is #2B2791. Grayscale: #CBCBCB. Windows color (decimal): -2828178 or 7264468. OLE color: 7264468.

HSL color Cylindrical-coordinate representation of color #D4D86E: hue angle of 62.26º 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 #D4D86E is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 110 -
CMYK 0.02 0 0.49 0.15
HSL 62.26º 0.58% 0.64% -
HSV(B) 62.26º 0.49% 0.85% -
XYZ 54.52 64.23 24.28 -
YUV 202.72 75.67 134.62 -
System Red Green Blue C M Y K H S L
Decimal 212 216 110 0.02 0 0.49 0.15 62.26 0.58 0.64
Hex D4 D8 6E 2 0 31 F 3E 3A 40
Octal 324 330 156 2 0 61 17 76 72 100
Binary 11010100 11011000 1101110 10 0 110001 1111 111110 111010 1000000

Color Harmonies of #D4D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D86E

Black with #D4D86E

Text Example


Text Example

White with #D4D86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D86E; }

 p { color: rgb(212,216,110); }

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

background-color css

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

 a { background-color: rgb(212,216,110); }

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

border-color css

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

 span { border-color: rgb(212,216,110); }

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