Html Css Color HEX #FDDD92 Cream Brulee

📋 copy color: '#FDDD92'

red 253 ◦ green 221 ◦ blue 146

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

Shades of Cream Brulee #FDDD92

Tints of Cream Brulee #FDDD92

RGB

 RED value IS 253 (99.22% from 255) = 40.81%

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

 BLUE value IS 146 (57.42% from 255) = 23.55%

R = 40.81%
G = 35.65%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDDD92 (or 0xFDDD92) is known color: Cream Brulee. HEX triplet: FD, DD and 92. RGB value is (253,221,146). Sum of RGB (Red+Green+Blue) = 253+221+146=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD92 is #02226D. Grayscale: #DEDEDE. Windows color (decimal): -139886 or 9625085. OLE color: 9625085.

HSL color Cylindrical-coordinate representation of color #FDDD92: hue angle of 42.06º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDDD92 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 221 146 -
CMYK 0 0.13 0.42 0.01
HSL 42.06º 0.96% 0.78% -
HSV(B) 42.06º 0.42% 0.99% -
XYZ 71.55 74.67 37.84 -
YUV 222.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 253 221 146 0 0.13 0.42 0.01 42.06 0.96 0.78
Hex FD DD 92 0 D 2A 1 2A 60 4E
Octal 375 335 222 0 15 52 1 52 140 116
Binary 11111101 11011101 10010010 0 1101 101010 1 101010 1100000 1001110

Color Harmonies of #FDDD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD92

Black with #FDDD92

Text Example


Text Example

White with #FDDD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD92; }

 p { color: rgb(253,221,146); }

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

background-color css

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

 a { background-color: rgb(253,221,146); }

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

border-color css

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

 span { border-color: rgb(253,221,146); }

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