Html Css Color HEX #DDE375 Goldenrod

📋 copy color: '#DDE375'

red 221 ◦ green 227 ◦ blue 117

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

Shades of Goldenrod #DDE375

Tints of Goldenrod #DDE375

RGB

 RED value IS 221 (86.72% from 255) = 39.12%

 GREEN value IS 227 (89.06% from 255) = 40.18%

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

R = 39.12%
G = 40.18%
B = 20.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#DDE375 (or 0xDDE375) is known color: Goldenrod. HEX triplet: DD, E3 and 75. RGB value is (221,227,117). Sum of RGB (Red+Green+Blue) = 221+227+117=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE375 is #221C8A. Grayscale: #D5D5D5. Windows color (decimal): -2235531 or 7726045. OLE color: 7726045.

HSL color Cylindrical-coordinate representation of color #DDE375: hue angle of 63.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDE375 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 117 -
CMYK 0.03 0 0.48 0.11
HSL 63.27º 0.66% 0.67% -
HSV(B) 63.27º 0.48% 0.89% -
XYZ 60.5 71.59 27.46 -
YUV 212.67 74.01 133.94 -
System Red Green Blue C M Y K H S L
Decimal 221 227 117 0.03 0 0.48 0.11 63.27 0.66 0.67
Hex DD E3 75 3 0 30 B 3F 42 43
Octal 335 343 165 3 0 60 13 77 102 103
Binary 11011101 11100011 1110101 11 0 110000 1011 111111 1000010 1000011

Color Harmonies of #DDE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE375

Black with #DDE375

Text Example


Text Example

White with #DDE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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