Html Css Color HEX #D4D773 Goldenrod

📋 copy color: '#D4D773'

red 212 ◦ green 215 ◦ blue 115

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

Shades of Goldenrod #D4D773

Tints of Goldenrod #D4D773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.22%

R = 39.11%
G = 39.67%
B = 21.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D4D773 (or 0xD4D773) is known color: Goldenrod. HEX triplet: D4, D7 and 73. RGB value is (212,215,115). Sum of RGB (Red+Green+Blue) = 212+215+115=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D773 is #2B288C. Grayscale: #CBCBCB. Windows color (decimal): -2828429 or 7591892. OLE color: 7591892.

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

Color convert

RGB 212 215 115 -
CMYK 0.01 0 0.47 0.16
HSL 61.8º 0.56% 0.65% -
HSV(B) 61.8º 0.47% 0.84% -
XYZ 54.55 63.84 25.67 -
YUV 202.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 212 215 115 0.01 0 0.47 0.16 61.8 0.56 0.65
Hex D4 D7 73 1 0 2F 10 3E 38 41
Octal 324 327 163 1 0 57 20 76 70 101
Binary 11010100 11010111 1110011 1 0 101111 10000 111110 111000 1000001

Color Harmonies of #D4D773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D773

Black with #D4D773

Text Example


Text Example

White with #D4D773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D773; }

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

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

background-color css

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

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

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

border-color css

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

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

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