Html Css Color HEX #FFDD97 Cream Brulee

📋 copy color: '#FFDD97'

red 255 ◦ green 221 ◦ blue 151

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

Shades of Cream Brulee #FFDD97

Tints of Cream Brulee #FFDD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.08%

R = 40.67%
G = 35.25%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFDD97 (or 0xFFDD97) is known color: Cream Brulee. HEX triplet: FF, DD and 97. RGB value is (255,221,151). Sum of RGB (Red+Green+Blue) = 255+221+151=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 151 (59.38% from 255 or 24.08% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD97 is #002268. Grayscale: #DFDFDF. Windows color (decimal): -8809 or 9952767. OLE color: 9952767.

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

Color convert

RGB 255 221 151 -
CMYK 0 0.13 0.41 0
HSL 40.38º 1% 0.8% -
HSV(B) 40.38º 0.41% 1% -
XYZ 72.68 75.21 39.96 -
YUV 223.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 255 221 151 0 0.13 0.41 0 40.38 1 0.8
Hex FF DD 97 0 D 29 0 28 64 50
Octal 377 335 227 0 15 51 0 50 144 120
Binary 11111111 11011101 10010111 0 1101 101001 0 101000 1100100 1010000

Color Harmonies of #FFDD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD97

Black with #FFDD97

Text Example


Text Example

White with #FFDD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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