Html Css Color HEX #D4D55F Goldenrod

📋 copy color: '#D4D55F'

red 212 ◦ green 213 ◦ blue 95

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

Shades of Goldenrod #D4D55F

Tints of Goldenrod #D4D55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.27%

R = 40.77%
G = 40.96%
B = 18.27%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D4D55F (or 0xD4D55F) is known color: Goldenrod. HEX triplet: D4, D5 and 5F. RGB value is (212,213,95). Sum of RGB (Red+Green+Blue) = 212+213+95=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D55F is #2B2AA0. Grayscale: #C7C7C7. Windows color (decimal): -2828961 or 6280660. OLE color: 6280660.

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

Color convert

RGB 212 213 95 -
CMYK 0.00 0 0.55 0.16
HSL 60.51º 0.58% 0.6% -
HSV(B) 60.51º 0.55% 0.84% -
XYZ 53.01 62.41 20.08 -
YUV 199.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 212 213 95 0.00 0 0.55 0.16 60.51 0.58 0.6
Hex D4 D5 5F 0 0 37 10 3D 3A 3C
Octal 324 325 137 0 0 67 20 75 72 74
Binary 11010100 11010101 1011111 0 0 110111 10000 111101 111010 111100

Color Harmonies of #D4D55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D55F

Black with #D4D55F

Text Example


Text Example

White with #D4D55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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