Html Css Color HEX #D0DA66 Goldenrod

📋 copy color: '#D0DA66'

red 208 ◦ green 218 ◦ blue 102

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

Shades of Goldenrod #D0DA66

Tints of Goldenrod #D0DA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.32%

R = 39.39%
G = 41.29%
B = 19.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D0DA66 (or 0xD0DA66) is known color: Goldenrod. HEX triplet: D0, DA and 66. RGB value is (208,218,102). Sum of RGB (Red+Green+Blue) = 208+218+102=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA66 is #2F2599. Grayscale: #CACACA. Windows color (decimal): -3089818 or 6740688. OLE color: 6740688.

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

Color convert

RGB 208 218 102 -
CMYK 0.05 0 0.53 0.15
HSL 65.17º 0.61% 0.63% -
HSV(B) 65.17º 0.53% 0.85% -
XYZ 53.48 64.51 22.2 -
YUV 201.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 208 218 102 0.05 0 0.53 0.15 65.17 0.61 0.63
Hex D0 DA 66 5 0 35 F 41 3D 3F
Octal 320 332 146 5 0 65 17 101 75 77
Binary 11010000 11011010 1100110 101 0 110101 1111 1000001 111101 111111

Color Harmonies of #D0DA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA66

Black with #D0DA66

Text Example


Text Example

White with #D0DA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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