Html Css Color HEX #D4D862 Goldenrod

📋 copy color: '#D4D862'

red 212 ◦ green 216 ◦ blue 98

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

Shades of Goldenrod #D4D862

Tints of Goldenrod #D4D862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.63%

R = 40.3%
G = 41.06%
B = 18.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D4D862 (or 0xD4D862) is known color: Goldenrod. HEX triplet: D4, D8 and 62. RGB value is (212,216,98). Sum of RGB (Red+Green+Blue) = 212+216+98=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D862 is #2B279D. Grayscale: #C9C9C9. Windows color (decimal): -2828190 or 6478036. OLE color: 6478036.

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

Color convert

RGB 212 216 98 -
CMYK 0.02 0 0.55 0.15
HSL 62.03º 0.6% 0.62% -
HSV(B) 62.03º 0.55% 0.85% -
XYZ 53.91 63.99 21.07 -
YUV 201.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 212 216 98 0.02 0 0.55 0.15 62.03 0.6 0.62
Hex D4 D8 62 2 0 37 F 3E 3C 3E
Octal 324 330 142 2 0 67 17 76 74 76
Binary 11010100 11011000 1100010 10 0 110111 1111 111110 111100 111110

Color Harmonies of #D4D862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D862

Black with #D4D862

Text Example


Text Example

White with #D4D862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D862; }

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

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

background-color css

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

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

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

border-color css

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

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

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