Html Css Color HEX #FFDD9E Cape Honey

📋 copy color: '#FFDD9E'

red 255 ◦ green 221 ◦ blue 158

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

Shades of Cape Honey #FFDD9E

Tints of Cape Honey #FFDD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 24.92%

R = 40.22%
G = 34.86%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFDD9E (or 0xFFDD9E) is known color: Cape Honey. HEX triplet: FF, DD and 9E. RGB value is (255,221,158). Sum of RGB (Red+Green+Blue) = 255+221+158=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD9E is #002261. Grayscale: #E0E0E0. Windows color (decimal): -8802 or 10411519. OLE color: 10411519.

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

Color convert

RGB 255 221 158 -
CMYK 0 0.13 0.38 0
HSL 38.97º 1% 0.81% -
HSV(B) 38.97º 0.38% 1% -
XYZ 73.27 75.44 43.05 -
YUV 223.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 255 221 158 0 0.13 0.38 0 38.97 1 0.81
Hex FF DD 9E 0 D 26 0 27 64 51
Octal 377 335 236 0 15 46 0 47 144 121
Binary 11111111 11011101 10011110 0 1101 100110 0 100111 1100100 1010001

Color Harmonies of #FFDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD9E

Black with #FFDD9E

Text Example


Text Example

White with #FFDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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