Html Css Color HEX #D4D962 Goldenrod

📋 copy color: '#D4D962'

red 212 ◦ green 217 ◦ blue 98

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

Shades of Goldenrod #D4D962

Tints of Goldenrod #D4D962

RGB

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

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

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

R = 40.23%
G = 41.18%
B = 18.6%

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

#D4D962 (or 0xD4D962) is known color: Goldenrod. HEX triplet: D4, D9 and 62. RGB value is (212,217,98). Sum of RGB (Red+Green+Blue) = 212+217+98=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D962 is #2B269D. Grayscale: #CACACA. Windows color (decimal): -2827934 or 6478292. OLE color: 6478292.

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

Color convert

RGB 212 217 98 -
CMYK 0.02 0 0.55 0.15
HSL 62.52º 0.61% 0.62% -
HSV(B) 62.52º 0.55% 0.85% -
XYZ 54.17 64.5 21.15 -
YUV 201.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 212 217 98 0.02 0 0.55 0.15 62.52 0.61 0.62
Hex D4 D9 62 2 0 37 F 3F 3D 3E
Octal 324 331 142 2 0 67 17 77 75 76
Binary 11010100 11011001 1100010 10 0 110111 1111 111111 111101 111110

Color Harmonies of #D4D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D962

Black with #D4D962

Text Example


Text Example

White with #D4D962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D962; }

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

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

background-color css

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

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

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

border-color css

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

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

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