Html Css Color HEX #D2DD75 Goldenrod

📋 copy color: '#D2DD75'

red 210 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #D2DD75

Tints of Goldenrod #D2DD75

RGB

 RED value IS 210 (82.42% from 255) = 38.32%

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

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

R = 38.32%
G = 40.33%
B = 21.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D2DD75 (or 0xD2DD75) is known color: Goldenrod. HEX triplet: D2, DD and 75. RGB value is (210,221,117). Sum of RGB (Red+Green+Blue) = 210+221+117=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DD75 is #2D228A. Grayscale: #CECECE. Windows color (decimal): -2957963 or 7724498. OLE color: 7724498.

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

Color convert

RGB 210 221 117 -
CMYK 0.05 0 0.47 0.13
HSL 66.35º 0.6% 0.66% -
HSV(B) 66.35º 0.47% 0.87% -
XYZ 55.65 66.7 26.77 -
YUV 205.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 210 221 117 0.05 0 0.47 0.13 66.35 0.6 0.66
Hex D2 DD 75 5 0 2F D 42 3C 42
Octal 322 335 165 5 0 57 15 102 74 102
Binary 11010010 11011101 1110101 101 0 101111 1101 1000010 111100 1000010

Color Harmonies of #D2DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD75

Black with #D2DD75

Text Example


Text Example

White with #D2DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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