Html Css Color HEX #D0DD61 Goldenrod

📋 copy color: '#D0DD61'

red 208 ◦ green 221 ◦ blue 97

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

Shades of Goldenrod #D0DD61

Tints of Goldenrod #D0DD61

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 97 (38.28% from 255) = 18.44%

R = 39.54%
G = 42.02%
B = 18.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#D0DD61 (or 0xD0DD61) is known color: Goldenrod. HEX triplet: D0, DD and 61. RGB value is (208,221,97). Sum of RGB (Red+Green+Blue) = 208+221+97=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD61 is #2F229E. Grayscale: #CBCBCB. Windows color (decimal): -3089055 or 6413776. OLE color: 6413776.

HSL color Cylindrical-coordinate representation of color #D0DD61: hue angle of 66.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0DD61 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 97 -
CMYK 0.06 0 0.56 0.13
HSL 66.29º 0.65% 0.62% -
HSV(B) 66.29º 0.56% 0.87% -
XYZ 54.03 65.99 21.2 -
YUV 202.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 208 221 97 0.06 0 0.56 0.13 66.29 0.65 0.62
Hex D0 DD 61 6 0 38 D 42 41 3E
Octal 320 335 141 6 0 70 15 102 101 76
Binary 11010000 11011101 1100001 110 0 111000 1101 1000010 1000001 111110

Color Harmonies of #D0DD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD61

Black with #D0DD61

Text Example


Text Example

White with #D0DD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD61; }

 p { color: rgb(208,221,97); }

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

background-color css

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

 a { background-color: rgb(208,221,97); }

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

border-color css

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

 span { border-color: rgb(208,221,97); }

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