Html Css Color HEX #D0DD62 Goldenrod

📋 copy color: '#D0DD62'

red 208 ◦ green 221 ◦ blue 98

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

Shades of Goldenrod #D0DD62

Tints of Goldenrod #D0DD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 39.47%
G = 41.94%
B = 18.6%

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

#D0DD62 (or 0xD0DD62) is known color: Goldenrod. HEX triplet: D0, DD and 62. RGB value is (208,221,98). Sum of RGB (Red+Green+Blue) = 208+221+98=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD62 is #2F229D. Grayscale: #CBCBCB. Windows color (decimal): -3089054 or 6479312. OLE color: 6479312.

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

Color convert

RGB 208 221 98 -
CMYK 0.06 0 0.56 0.13
HSL 66.34º 0.64% 0.63% -
HSV(B) 66.34º 0.56% 0.87% -
XYZ 54.07 66 21.45 -
YUV 203.09 68.69 131.5 -
System Red Green Blue C M Y K H S L
Decimal 208 221 98 0.06 0 0.56 0.13 66.34 0.64 0.63
Hex D0 DD 62 6 0 38 D 42 40 3F
Octal 320 335 142 6 0 70 15 102 100 77
Binary 11010000 11011101 1100010 110 0 111000 1101 1000010 1000000 111111

Color Harmonies of #D0DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD62

Black with #D0DD62

Text Example


Text Example

White with #D0DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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