Html Css Color HEX #D0DD74 Goldenrod

📋 copy color: '#D0DD74'

red 208 ◦ green 221 ◦ blue 116

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

Shades of Goldenrod #D0DD74

Tints of Goldenrod #D0DD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 38.17%
G = 40.55%
B = 21.28%

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

#D0DD74 (or 0xD0DD74) is known color: Goldenrod. HEX triplet: D0, DD and 74. RGB value is (208,221,116). Sum of RGB (Red+Green+Blue) = 208+221+116=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD74 is #2F228B. Grayscale: #CDCDCD. Windows color (decimal): -3089036 or 7658960. OLE color: 7658960.

HSL color Cylindrical-coordinate representation of color #D0DD74: hue angle of 67.43º 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 #D0DD74 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 116 -
CMYK 0.06 0 0.48 0.13
HSL 67.43º 0.61% 0.66% -
HSV(B) 67.43º 0.48% 0.87% -
XYZ 55.02 66.38 26.44 -
YUV 205.14 77.69 130.04 -
System Red Green Blue C M Y K H S L
Decimal 208 221 116 0.06 0 0.48 0.13 67.43 0.61 0.66
Hex D0 DD 74 6 0 30 D 43 3D 42
Octal 320 335 164 6 0 60 15 103 75 102
Binary 11010000 11011101 1110100 110 0 110000 1101 1000011 111101 1000010

Color Harmonies of #D0DD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD74

Black with #D0DD74

Text Example


Text Example

White with #D0DD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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