Html Css Color HEX #D4D373 Goldenrod

📋 copy color: '#D4D373'

red 212 ◦ green 211 ◦ blue 115

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

Shades of Goldenrod #D4D373

Tints of Goldenrod #D4D373

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.22%

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

R = 39.41%
G = 39.22%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4D373 (or 0xD4D373) is known color: Goldenrod. HEX triplet: D4, D3 and 73. RGB value is (212,211,115). Sum of RGB (Red+Green+Blue) = 212+211+115=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D373 is #2B2C8C. Grayscale: #C8C8C8. Windows color (decimal): -2829453 or 7590868. OLE color: 7590868.

HSL color Cylindrical-coordinate representation of color #D4D373: hue angle of 59.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4D373 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 211 115 -
CMYK 0 0.00 0.46 0.17
HSL 59.38º 0.53% 0.64% -
HSV(B) 59.38º 0.46% 0.83% -
XYZ 53.54 61.82 25.33 -
YUV 200.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 212 211 115 0 0.00 0.46 0.17 59.38 0.53 0.64
Hex D4 D3 73 0 0 2E 11 3B 35 40
Octal 324 323 163 0 0 56 21 73 65 100
Binary 11010100 11010011 1110011 0 0 101110 10001 111011 110101 1000000

Color Harmonies of #D4D373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D373

Black with #D4D373

Text Example


Text Example

White with #D4D373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D373; }

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

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

background-color css

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

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

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

border-color css

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

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

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