Html Css Color HEX #FFDE6A Sweet Corn

📋 copy color: '#FFDE6A'

red 255 ◦ green 222 ◦ blue 106

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

Shades of Sweet Corn #FFDE6A

Tints of Sweet Corn #FFDE6A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.08%

 BLUE value IS 106 (41.8% from 255) = 18.18%

R = 43.74%
G = 38.08%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFDE6A (or 0xFFDE6A) is known color: Sweet Corn. HEX triplet: FF, DE and 6A. RGB value is (255,222,106). Sum of RGB (Red+Green+Blue) = 255+222+106=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE6A is #002195. Grayscale: #DBDBDB. Windows color (decimal): -8598 or 7003903. OLE color: 7003903.

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

Color convert

RGB 255 222 106 -
CMYK 0 0.13 0.58 0
HSL 46.71º 1% 0.71% -
HSV(B) 46.71º 0.58% 1% -
XYZ 69.96 74.54 24.34 -
YUV 218.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 255 222 106 0 0.13 0.58 0 46.71 1 0.71
Hex FF DE 6A 0 D 3A 0 2F 64 47
Octal 377 336 152 0 15 72 0 57 144 107
Binary 11111111 11011110 1101010 0 1101 111010 0 101111 1100100 1000111

Color Harmonies of #FFDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE6A

Black with #FFDE6A

Text Example


Text Example

White with #FFDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE6A; }

 p { color: rgb(255,222,106); }

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

background-color css

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

 a { background-color: rgb(255,222,106); }

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

border-color css

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

 span { border-color: rgb(255,222,106); }

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