Html Css Color HEX #FFDF95 Cream Brulee

📋 copy color: '#FFDF95'

red 255 ◦ green 223 ◦ blue 149

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

Shades of Cream Brulee #FFDF95

Tints of Cream Brulee #FFDF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.76%

R = 40.67%
G = 35.57%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFDF95 (or 0xFFDF95) is known color: Cream Brulee. HEX triplet: FF, DF and 95. RGB value is (255,223,149). Sum of RGB (Red+Green+Blue) = 255+223+149=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF95 is #00206A. Grayscale: #E0E0E0. Windows color (decimal): -8299 or 9822207. OLE color: 9822207.

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

Color convert

RGB 255 223 149 -
CMYK 0 0.13 0.42 0
HSL 41.89º 1% 0.79% -
HSV(B) 41.89º 0.42% 1% -
XYZ 73.05 76.21 39.29 -
YUV 224.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 255 223 149 0 0.13 0.42 0 41.89 1 0.79
Hex FF DF 95 0 D 2A 0 2A 64 4F
Octal 377 337 225 0 15 52 0 52 144 117
Binary 11111111 11011111 10010101 0 1101 101010 0 101010 1100100 1001111

Color Harmonies of #FFDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF95

Black with #FFDF95

Text Example


Text Example

White with #FFDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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