Html Css Color HEX #D2DA5F Goldenrod

📋 copy color: '#D2DA5F'

red 210 ◦ green 218 ◦ blue 95

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

Shades of Goldenrod #D2DA5F

Tints of Goldenrod #D2DA5F

RGB

 RED value IS 210 (82.42% from 255) = 40.15%

 GREEN value IS 218 (85.55% from 255) = 41.68%

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

R = 40.15%
G = 41.68%
B = 18.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D2DA5F (or 0xD2DA5F) is known color: Goldenrod. HEX triplet: D2, DA and 5F. RGB value is (210,218,95). Sum of RGB (Red+Green+Blue) = 210+218+95=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA5F is #2D25A0. Grayscale: #CACACA. Windows color (decimal): -2958753 or 6281938. OLE color: 6281938.

HSL color Cylindrical-coordinate representation of color #D2DA5F: hue angle of 63.9º 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 #D2DA5F is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 95 -
CMYK 0.04 0 0.56 0.15
HSL 63.9º 0.62% 0.61% -
HSV(B) 63.9º 0.56% 0.85% -
XYZ 53.72 64.67 20.48 -
YUV 201.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 210 218 95 0.04 0 0.56 0.15 63.9 0.62 0.61
Hex D2 DA 5F 4 0 38 F 40 3E 3D
Octal 322 332 137 4 0 70 17 100 76 75
Binary 11010010 11011010 1011111 100 0 111000 1111 1000000 111110 111101

Color Harmonies of #D2DA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA5F

Black with #D2DA5F

Text Example


Text Example

White with #D2DA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA5F; }

 p { color: rgb(210,218,95); }

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

background-color css

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

 a { background-color: rgb(210,218,95); }

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

border-color css

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

 span { border-color: rgb(210,218,95); }

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