Html Css Color HEX #FFDF72 Sweet Corn

📋 copy color: '#FFDF72'

red 255 ◦ green 223 ◦ blue 114

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

Shades of Sweet Corn #FFDF72

Tints of Sweet Corn #FFDF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

 BLUE value IS 114 (44.92% from 255) = 19.26%

R = 43.07%
G = 37.67%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFDF72 (or 0xFFDF72) is known color: Sweet Corn. HEX triplet: FF, DF and 72. RGB value is (255,223,114). Sum of RGB (Red+Green+Blue) = 255+223+114=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 114 (44.92% from 255 or 19.26% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF72 is #00208D. Grayscale: #DCDCDC. Windows color (decimal): -8334 or 7528447. OLE color: 7528447.

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

Color convert

RGB 255 223 114 -
CMYK 0 0.13 0.55 0
HSL 46.38º 1% 0.72% -
HSV(B) 46.38º 0.55% 1% -
XYZ 70.66 75.25 26.72 -
YUV 220.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 255 223 114 0 0.13 0.55 0 46.38 1 0.72
Hex FF DF 72 0 D 37 0 2E 64 48
Octal 377 337 162 0 15 67 0 56 144 110
Binary 11111111 11011111 1110010 0 1101 110111 0 101110 1100100 1001000

Color Harmonies of #FFDF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF72

Black with #FFDF72

Text Example


Text Example

White with #FFDF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF72; }

 p { color: rgb(255,223,114); }

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

background-color css

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

 a { background-color: rgb(255,223,114); }

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

border-color css

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

 span { border-color: rgb(255,223,114); }

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