Html Css Color HEX #D0DD63 Goldenrod

📋 copy color: '#D0DD63'

red 208 ◦ green 221 ◦ blue 99

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

Shades of Goldenrod #D0DD63

Tints of Goldenrod #D0DD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.75%

R = 39.39%
G = 41.86%
B = 18.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#D0DD63 (or 0xD0DD63) is known color: Goldenrod. HEX triplet: D0, DD and 63. RGB value is (208,221,99). Sum of RGB (Red+Green+Blue) = 208+221+99=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD63 is #2F229C. Grayscale: #CBCBCB. Windows color (decimal): -3089053 or 6544848. OLE color: 6544848.

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

Color convert

RGB 208 221 99 -
CMYK 0.06 0 0.55 0.13
HSL 66.39º 0.64% 0.63% -
HSV(B) 66.39º 0.55% 0.87% -
XYZ 54.12 66.02 21.7 -
YUV 203.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 208 221 99 0.06 0 0.55 0.13 66.39 0.64 0.63
Hex D0 DD 63 6 0 37 D 42 40 3F
Octal 320 335 143 6 0 67 15 102 100 77
Binary 11010000 11011101 1100011 110 0 110111 1101 1000010 1000000 111111

Color Harmonies of #D0DD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD63

Black with #D0DD63

Text Example


Text Example

White with #D0DD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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