Html Css Color HEX #D0DD75 Goldenrod

📋 copy color: '#D0DD75'

red 208 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #D0DD75

Tints of Goldenrod #D0DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 38.1%
G = 40.48%
B = 21.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D0DD75 (or 0xD0DD75) is known color: Goldenrod. HEX triplet: D0, DD and 75. RGB value is (208,221,117). Sum of RGB (Red+Green+Blue) = 208+221+117=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD75 is #2F228A. Grayscale: #CDCDCD. Windows color (decimal): -3089035 or 7724496. OLE color: 7724496.

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

Color convert

RGB 208 221 117 -
CMYK 0.06 0 0.47 0.13
HSL 67.5º 0.6% 0.66% -
HSV(B) 67.5º 0.47% 0.87% -
XYZ 55.08 66.41 26.74 -
YUV 205.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 208 221 117 0.06 0 0.47 0.13 67.5 0.6 0.66
Hex D0 DD 75 6 0 2F D 44 3C 42
Octal 320 335 165 6 0 57 15 104 74 102
Binary 11010000 11011101 1110101 110 0 101111 1101 1000100 111100 1000010

Color Harmonies of #D0DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD75

Black with #D0DD75

Text Example


Text Example

White with #D0DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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