Html Css Color HEX #D0DA6E Goldenrod

📋 copy color: '#D0DA6E'

red 208 ◦ green 218 ◦ blue 110

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

Shades of Goldenrod #D0DA6E

Tints of Goldenrod #D0DA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.52%

R = 38.81%
G = 40.67%
B = 20.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D0DA6E (or 0xD0DA6E) is known color: Goldenrod. HEX triplet: D0, DA and 6E. RGB value is (208,218,110). Sum of RGB (Red+Green+Blue) = 208+218+110=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA6E is #2F2591. Grayscale: #CBCBCB. Windows color (decimal): -3089810 or 7264976. OLE color: 7264976.

HSL color Cylindrical-coordinate representation of color #D0DA6E: hue angle of 65.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0DA6E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 218 110 -
CMYK 0.05 0 0.50 0.15
HSL 65.56º 0.59% 0.64% -
HSV(B) 65.56º 0.5% 0.85% -
XYZ 53.9 64.68 24.4 -
YUV 202.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 208 218 110 0.05 0 0.50 0.15 65.56 0.59 0.64
Hex D0 DA 6E 5 0 32 F 42 3B 40
Octal 320 332 156 5 0 62 17 102 73 100
Binary 11010000 11011010 1101110 101 0 110010 1111 1000010 111011 1000000

Color Harmonies of #D0DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA6E

Black with #D0DA6E

Text Example


Text Example

White with #D0DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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