Html Css Color HEX #FFDB6D Sweet Corn

📋 copy color: '#FFDB6D'

red 255 ◦ green 219 ◦ blue 109

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

Shades of Sweet Corn #FFDB6D

Tints of Sweet Corn #FFDB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.7%

R = 43.74%
G = 37.56%
B = 18.7%

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

#FFDB6D (or 0xFFDB6D) is known color: Sweet Corn. HEX triplet: FF, DB and 6D. RGB value is (255,219,109). Sum of RGB (Red+Green+Blue) = 255+219+109=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB6D is #002492. Grayscale: #D9D9D9. Windows color (decimal): -9363 or 7199743. OLE color: 7199743.

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

Color convert

RGB 255 219 109 -
CMYK 0 0.14 0.57 0
HSL 45.21º 1% 0.71% -
HSV(B) 45.21º 0.57% 1% -
XYZ 69.33 73.03 24.91 -
YUV 217.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 255 219 109 0 0.14 0.57 0 45.21 1 0.71
Hex FF DB 6D 0 E 39 0 2D 64 47
Octal 377 333 155 0 16 71 0 55 144 107
Binary 11111111 11011011 1101101 0 1110 111001 0 101101 1100100 1000111

Color Harmonies of #FFDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB6D

Black with #FFDB6D

Text Example


Text Example

White with #FFDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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