Html Css Color HEX #FFDC94 Cream Brulee

📋 copy color: '#FFDC94'

red 255 ◦ green 220 ◦ blue 148

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

Shades of Cream Brulee #FFDC94

Tints of Cream Brulee #FFDC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.31%

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

R = 40.93%
G = 35.31%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFDC94 (or 0xFFDC94) is known color: Cream Brulee. HEX triplet: FF, DC and 94. RGB value is (255,220,148). Sum of RGB (Red+Green+Blue) = 255+220+148=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC94 is #00236B. Grayscale: #DEDEDE. Windows color (decimal): -9068 or 9755903. OLE color: 9755903.

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

Color convert

RGB 255 220 148 -
CMYK 0 0.14 0.42 0
HSL 40.37º 1% 0.79% -
HSV(B) 40.37º 0.42% 1% -
XYZ 72.18 74.58 38.61 -
YUV 222.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 255 220 148 0 0.14 0.42 0 40.37 1 0.79
Hex FF DC 94 0 E 2A 0 28 64 4F
Octal 377 334 224 0 16 52 0 50 144 117
Binary 11111111 11011100 10010100 0 1110 101010 0 101000 1100100 1001111

Color Harmonies of #FFDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC94

Black with #FFDC94

Text Example


Text Example

White with #FFDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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