Html Css Color HEX #FFDB6E Sweet Corn

📋 copy color: '#FFDB6E'

red 255 ◦ green 219 ◦ blue 110

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

Shades of Sweet Corn #FFDB6E

Tints of Sweet Corn #FFDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 110 (43.36% from 255) = 18.84%

R = 43.66%
G = 37.5%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFDB6E (or 0xFFDB6E) is known color: Sweet Corn. HEX triplet: FF, DB and 6E. RGB value is (255,219,110). Sum of RGB (Red+Green+Blue) = 255+219+110=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 110 (43.36% from 255 or 18.84% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB6E is #002491. Grayscale: #D9D9D9. Windows color (decimal): -9362 or 7265279. OLE color: 7265279.

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

Color convert

RGB 255 219 110 -
CMYK 0 0.14 0.57 0
HSL 45.1º 1% 0.72% -
HSV(B) 45.1º 0.57% 1% -
XYZ 69.39 73.05 25.19 -
YUV 217.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 255 219 110 0 0.14 0.57 0 45.1 1 0.72
Hex FF DB 6E 0 E 39 0 2D 64 48
Octal 377 333 156 0 16 71 0 55 144 110
Binary 11111111 11011011 1101110 0 1110 111001 0 101101 1100100 1001000

Color Harmonies of #FFDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB6E

Black with #FFDB6E

Text Example


Text Example

White with #FFDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB6E; }

 p { color: rgb(255,219,110); }

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

background-color css

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

 a { background-color: rgb(255,219,110); }

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

border-color css

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

 span { border-color: rgb(255,219,110); }

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