Html Css Color HEX #FFDD75 Sweet Corn

📋 copy color: '#FFDD75'

red 255 ◦ green 221 ◦ blue 117

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

Shades of Sweet Corn #FFDD75

Tints of Sweet Corn #FFDD75

RGB

 RED value IS 255 (100% from 255) = 43%

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

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

R = 43%
G = 37.27%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFDD75 (or 0xFFDD75) is known color: Sweet Corn. HEX triplet: FF, DD and 75. RGB value is (255,221,117). Sum of RGB (Red+Green+Blue) = 255+221+117=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD75 is #00228A. Grayscale: #DBDBDB. Windows color (decimal): -8843 or 7724543. OLE color: 7724543.

HSL color Cylindrical-coordinate representation of color #FFDD75: hue angle of 45.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFDD75 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 117 -
CMYK 0 0.13 0.54 0
HSL 45.22º 1% 0.73% -
HSV(B) 45.22º 0.54% 1% -
XYZ 70.31 74.26 27.46 -
YUV 219.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 255 221 117 0 0.13 0.54 0 45.22 1 0.73
Hex FF DD 75 0 D 36 0 2D 64 49
Octal 377 335 165 0 15 66 0 55 144 111
Binary 11111111 11011101 1110101 0 1101 110110 0 101101 1100100 1001001

Color Harmonies of #FFDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD75

Black with #FFDD75

Text Example


Text Example

White with #FFDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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