Html Css Color HEX #D4D65F Goldenrod

📋 copy color: '#D4D65F'

red 212 ◦ green 214 ◦ blue 95

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

Shades of Goldenrod #D4D65F

Tints of Goldenrod #D4D65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

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

R = 40.69%
G = 41.07%
B = 18.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D4D65F (or 0xD4D65F) is known color: Goldenrod. HEX triplet: D4, D6 and 5F. RGB value is (212,214,95). Sum of RGB (Red+Green+Blue) = 212+214+95=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D65F is #2B29A0. Grayscale: #C8C8C8. Windows color (decimal): -2828705 or 6280916. OLE color: 6280916.

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

Color convert

RGB 212 214 95 -
CMYK 0.01 0 0.56 0.16
HSL 61.01º 0.59% 0.61% -
HSV(B) 61.01º 0.56% 0.84% -
XYZ 53.26 62.92 20.16 -
YUV 199.84 68.84 136.68 -
System Red Green Blue C M Y K H S L
Decimal 212 214 95 0.01 0 0.56 0.16 61.01 0.59 0.61
Hex D4 D6 5F 1 0 38 10 3D 3B 3D
Octal 324 326 137 1 0 70 20 75 73 75
Binary 11010100 11010110 1011111 1 0 111000 10000 111101 111011 111101

Color Harmonies of #D4D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D65F

Black with #D4D65F

Text Example


Text Example

White with #D4D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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