Html Css Color HEX #D4D572 Goldenrod

📋 copy color: '#D4D572'

red 212 ◦ green 213 ◦ blue 114

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

Shades of Goldenrod #D4D572

Tints of Goldenrod #D4D572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.52%

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 39.33%
G = 39.52%
B = 21.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D4D572 (or 0xD4D572) is known color: Goldenrod. HEX triplet: D4, D5 and 72. RGB value is (212,213,114). Sum of RGB (Red+Green+Blue) = 212+213+114=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D572 is #2B2A8D. Grayscale: #C9C9C9. Windows color (decimal): -2828942 or 7525844. OLE color: 7525844.

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

Color convert

RGB 212 213 114 -
CMYK 0.00 0 0.46 0.16
HSL 60.61º 0.54% 0.64% -
HSV(B) 60.61º 0.46% 0.84% -
XYZ 53.98 62.8 25.2 -
YUV 201.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 212 213 114 0.00 0 0.46 0.16 60.61 0.54 0.64
Hex D4 D5 72 0 0 2E 10 3D 36 40
Octal 324 325 162 0 0 56 20 75 66 100
Binary 11010100 11010101 1110010 0 0 101110 10000 111101 110110 1000000

Color Harmonies of #D4D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D572

Black with #D4D572

Text Example


Text Example

White with #D4D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D572; }

 p { color: rgb(212,213,114); }

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

background-color css

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

 a { background-color: rgb(212,213,114); }

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

border-color css

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

 span { border-color: rgb(212,213,114); }

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