Html Css Color HEX #FFDB8E Cream Brulee

📋 copy color: '#FFDB8E'

red 255 ◦ green 219 ◦ blue 142

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

Shades of Cream Brulee #FFDB8E

Tints of Cream Brulee #FFDB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.05%

R = 41.4%
G = 35.55%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFDB8E (or 0xFFDB8E) is known color: Cream Brulee. HEX triplet: FF, DB and 8E. RGB value is (255,219,142). Sum of RGB (Red+Green+Blue) = 255+219+142=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB8E is #002471. Grayscale: #DDDDDD. Windows color (decimal): -9330 or 9362431. OLE color: 9362431.

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

Color convert

RGB 255 219 142 -
CMYK 0 0.14 0.44 0
HSL 40.88º 1% 0.78% -
HSV(B) 40.88º 0.44% 1% -
XYZ 71.45 73.88 36.08 -
YUV 220.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 255 219 142 0 0.14 0.44 0 40.88 1 0.78
Hex FF DB 8E 0 E 2C 0 29 64 4E
Octal 377 333 216 0 16 54 0 51 144 116
Binary 11111111 11011011 10001110 0 1110 101100 0 101001 1100100 1001110

Color Harmonies of #FFDB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB8E

Black with #FFDB8E

Text Example


Text Example

White with #FFDB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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