Html Css Color HEX #FFDE6B Sweet Corn

📋 copy color: '#FFDE6B'

red 255 ◦ green 222 ◦ blue 107

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

Shades of Sweet Corn #FFDE6B

Tints of Sweet Corn #FFDE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.32%

R = 43.66%
G = 38.01%
B = 18.32%

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

#FFDE6B (or 0xFFDE6B) is known color: Sweet Corn. HEX triplet: FF, DE and 6B. RGB value is (255,222,107). Sum of RGB (Red+Green+Blue) = 255+222+107=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE6B is #002194. Grayscale: #DBDBDB. Windows color (decimal): -8597 or 7069439. OLE color: 7069439.

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

Color convert

RGB 255 222 107 -
CMYK 0 0.13 0.58 0
HSL 46.62º 1% 0.71% -
HSV(B) 46.62º 0.58% 1% -
XYZ 70.02 74.56 24.61 -
YUV 218.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 255 222 107 0 0.13 0.58 0 46.62 1 0.71
Hex FF DE 6B 0 D 3A 0 2F 64 47
Octal 377 336 153 0 15 72 0 57 144 107
Binary 11111111 11011110 1101011 0 1101 111010 0 101111 1100100 1000111

Color Harmonies of #FFDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE6B

Black with #FFDE6B

Text Example


Text Example

White with #FFDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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