Html Css Color HEX #FFDC90 Cream Brulee

📋 copy color: '#FFDC90'

red 255 ◦ green 220 ◦ blue 144

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

Shades of Cream Brulee #FFDC90

Tints of Cream Brulee #FFDC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.26%

R = 41.2%
G = 35.54%
B = 23.26%

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

#FFDC90 (or 0xFFDC90) is known color: Cream Brulee. HEX triplet: FF, DC and 90. RGB value is (255,220,144). Sum of RGB (Red+Green+Blue) = 255+220+144=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC90 is #00236F. Grayscale: #DEDEDE. Windows color (decimal): -9072 or 9493759. OLE color: 9493759.

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

Color convert

RGB 255 220 144 -
CMYK 0 0.14 0.44 0
HSL 41.08º 1% 0.78% -
HSV(B) 41.08º 0.44% 1% -
XYZ 71.87 74.46 36.97 -
YUV 221.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 255 220 144 0 0.14 0.44 0 41.08 1 0.78
Hex FF DC 90 0 E 2C 0 29 64 4E
Octal 377 334 220 0 16 54 0 51 144 116
Binary 11111111 11011100 10010000 0 1110 101100 0 101001 1100100 1001110

Color Harmonies of #FFDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC90

Black with #FFDC90

Text Example


Text Example

White with #FFDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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