Html Css Color HEX #D0DA5F Goldenrod

📋 copy color: '#D0DA5F'

red 208 ◦ green 218 ◦ blue 95

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

Shades of Goldenrod #D0DA5F

Tints of Goldenrod #D0DA5F

RGB

 RED value IS 208 (81.64% from 255) = 39.92%

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

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

R = 39.92%
G = 41.84%
B = 18.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D0DA5F (or 0xD0DA5F) is known color: Goldenrod. HEX triplet: D0, DA and 5F. RGB value is (208,218,95). Sum of RGB (Red+Green+Blue) = 208+218+95=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA5F is #2F25A0. Grayscale: #C9C9C9. Windows color (decimal): -3089825 or 6281936. OLE color: 6281936.

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

Color convert

RGB 208 218 95 -
CMYK 0.05 0 0.56 0.15
HSL 64.88º 0.62% 0.61% -
HSV(B) 64.88º 0.56% 0.85% -
XYZ 53.15 64.38 20.45 -
YUV 200.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 208 218 95 0.05 0 0.56 0.15 64.88 0.62 0.61
Hex D0 DA 5F 5 0 38 F 41 3E 3D
Octal 320 332 137 5 0 70 17 101 76 75
Binary 11010000 11011010 1011111 101 0 111000 1111 1000001 111110 111101

Color Harmonies of #D0DA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA5F

Black with #D0DA5F

Text Example


Text Example

White with #D0DA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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