Html Css Color HEX #FFDF94 Cream Brulee

📋 copy color: '#FFDF94'

red 255 ◦ green 223 ◦ blue 148

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

Shades of Cream Brulee #FFDF94

Tints of Cream Brulee #FFDF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.64%

R = 40.73%
G = 35.62%
B = 23.64%

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

#FFDF94 (or 0xFFDF94) is known color: Cream Brulee. HEX triplet: FF, DF and 94. RGB value is (255,223,148). Sum of RGB (Red+Green+Blue) = 255+223+148=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF94 is #00206B. Grayscale: #E0E0E0. Windows color (decimal): -8300 or 9756671. OLE color: 9756671.

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

Color convert

RGB 255 223 148 -
CMYK 0 0.13 0.42 0
HSL 42.06º 1% 0.79% -
HSV(B) 42.06º 0.42% 1% -
XYZ 72.97 76.17 38.87 -
YUV 224.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 255 223 148 0 0.13 0.42 0 42.06 1 0.79
Hex FF DF 94 0 D 2A 0 2A 64 4F
Octal 377 337 224 0 15 52 0 52 144 117
Binary 11111111 11011111 10010100 0 1101 101010 0 101010 1100100 1001111

Color Harmonies of #FFDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF94

Black with #FFDF94

Text Example


Text Example

White with #FFDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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