Html Css Color HEX #FFDD9C Cream Brulee

📋 copy color: '#FFDD9C'

red 255 ◦ green 221 ◦ blue 156

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

Shades of Cream Brulee #FFDD9C

Tints of Cream Brulee #FFDD9C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.97%

 BLUE value IS 156 (61.33% from 255) = 24.68%

R = 40.35%
G = 34.97%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFDD9C (or 0xFFDD9C) is known color: Cream Brulee. HEX triplet: FF, DD and 9C. RGB value is (255,221,156). Sum of RGB (Red+Green+Blue) = 255+221+156=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD9C is #002263. Grayscale: #E0E0E0. Windows color (decimal): -8804 or 10280447. OLE color: 10280447.

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

Color convert

RGB 255 221 156 -
CMYK 0 0.13 0.39 0
HSL 39.39º 1% 0.81% -
HSV(B) 39.39º 0.39% 1% -
XYZ 73.1 75.37 42.15 -
YUV 223.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 255 221 156 0 0.13 0.39 0 39.39 1 0.81
Hex FF DD 9C 0 D 27 0 27 64 51
Octal 377 335 234 0 15 47 0 47 144 121
Binary 11111111 11011101 10011100 0 1101 100111 0 100111 1100100 1010001

Color Harmonies of #FFDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD9C

Black with #FFDD9C

Text Example


Text Example

White with #FFDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD9C; }

 p { color: rgb(255,221,156); }

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

background-color css

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

 a { background-color: rgb(255,221,156); }

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

border-color css

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

 span { border-color: rgb(255,221,156); }

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