Html Css Color HEX #D4D95F Goldenrod

📋 copy color: '#D4D95F'

red 212 ◦ green 217 ◦ blue 95

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

Shades of Goldenrod #D4D95F

Tints of Goldenrod #D4D95F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

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

R = 40.46%
G = 41.41%
B = 18.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D4D95F (or 0xD4D95F) is known color: Goldenrod. HEX triplet: D4, D9 and 5F. RGB value is (212,217,95). Sum of RGB (Red+Green+Blue) = 212+217+95=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D95F is #2B26A0. Grayscale: #CACACA. Windows color (decimal): -2827937 or 6281684. OLE color: 6281684.

HSL color Cylindrical-coordinate representation of color #D4D95F: hue angle of 62.46º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4D95F is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 95 -
CMYK 0.02 0 0.56 0.15
HSL 62.46º 0.62% 0.61% -
HSV(B) 62.46º 0.56% 0.85% -
XYZ 54.03 64.45 20.42 -
YUV 201.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 212 217 95 0.02 0 0.56 0.15 62.46 0.62 0.61
Hex D4 D9 5F 2 0 38 F 3E 3E 3D
Octal 324 331 137 2 0 70 17 76 76 75
Binary 11010100 11011001 1011111 10 0 111000 1111 111110 111110 111101

Color Harmonies of #D4D95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D95F

Black with #D4D95F

Text Example


Text Example

White with #D4D95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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