Html Css Color HEX #D0DD73 Goldenrod

📋 copy color: '#D0DD73'

red 208 ◦ green 221 ◦ blue 115

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

Shades of Goldenrod #D0DD73

Tints of Goldenrod #D0DD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.14%

R = 38.24%
G = 40.63%
B = 21.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#D0DD73 (or 0xD0DD73) is known color: Goldenrod. HEX triplet: D0, DD and 73. RGB value is (208,221,115). Sum of RGB (Red+Green+Blue) = 208+221+115=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD73 is #2F228C. Grayscale: #CDCDCD. Windows color (decimal): -3089037 or 7593424. OLE color: 7593424.

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

Color convert

RGB 208 221 115 -
CMYK 0.06 0 0.48 0.13
HSL 67.36º 0.61% 0.66% -
HSV(B) 67.36º 0.48% 0.87% -
XYZ 54.96 66.36 26.13 -
YUV 205.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 208 221 115 0.06 0 0.48 0.13 67.36 0.61 0.66
Hex D0 DD 73 6 0 30 D 43 3D 42
Octal 320 335 163 6 0 60 15 103 75 102
Binary 11010000 11011101 1110011 110 0 110000 1101 1000011 111101 1000010

Color Harmonies of #D0DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD73

Black with #D0DD73

Text Example


Text Example

White with #D0DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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