Html Css Color HEX #D4D76A Goldenrod

📋 copy color: '#D4D76A'

red 212 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #D4D76A

Tints of Goldenrod #D4D76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.34%

 BLUE value IS 106 (41.8% from 255) = 19.89%

R = 39.77%
G = 40.34%
B = 19.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D4D76A (or 0xD4D76A) is known color: Goldenrod. HEX triplet: D4, D7 and 6A. RGB value is (212,215,106). Sum of RGB (Red+Green+Blue) = 212+215+106=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D76A is #2B2895. Grayscale: #CACACA. Windows color (decimal): -2828438 or 7002068. OLE color: 7002068.

HSL color Cylindrical-coordinate representation of color #D4D76A: hue angle of 61.65º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4D76A is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 106 -
CMYK 0.01 0 0.51 0.16
HSL 61.65º 0.58% 0.63% -
HSV(B) 61.65º 0.51% 0.84% -
XYZ 54.05 63.64 23.07 -
YUV 201.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 212 215 106 0.01 0 0.51 0.16 61.65 0.58 0.63
Hex D4 D7 6A 1 0 33 10 3E 3A 3F
Octal 324 327 152 1 0 63 20 76 72 77
Binary 11010100 11010111 1101010 1 0 110011 10000 111110 111010 111111

Color Harmonies of #D4D76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D76A

Black with #D4D76A

Text Example


Text Example

White with #D4D76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D76A; }

 p { color: rgb(212,215,106); }

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

background-color css

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

 a { background-color: rgb(212,215,106); }

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

border-color css

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

 span { border-color: rgb(212,215,106); }

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