Html Css Color HEX #D0DA5C Goldenrod

📋 copy color: '#D0DA5C'

red 208 ◦ green 218 ◦ blue 92

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

Shades of Goldenrod #D0DA5C

Tints of Goldenrod #D0DA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.76%

R = 40.15%
G = 42.08%
B = 17.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D0DA5C (or 0xD0DA5C) is known color: Goldenrod. HEX triplet: D0, DA and 5C. RGB value is (208,218,92). Sum of RGB (Red+Green+Blue) = 208+218+92=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA5C is #2F25A3. Grayscale: #C9C9C9. Windows color (decimal): -3089828 or 6085328. OLE color: 6085328.

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

Color convert

RGB 208 218 92 -
CMYK 0.05 0 0.58 0.15
HSL 64.76º 0.63% 0.61% -
HSV(B) 64.76º 0.58% 0.85% -
XYZ 53.02 64.33 19.75 -
YUV 200.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 208 218 92 0.05 0 0.58 0.15 64.76 0.63 0.61
Hex D0 DA 5C 5 0 3A F 41 3F 3D
Octal 320 332 134 5 0 72 17 101 77 75
Binary 11010000 11011010 1011100 101 0 111010 1111 1000001 111111 111101

Color Harmonies of #D0DA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA5C

Black with #D0DA5C

Text Example


Text Example

White with #D0DA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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