Html Css Color HEX #DDB298 Cashmere

📋 copy color: '#DDB298'

red 221 ◦ green 178 ◦ blue 152

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

Shades of Cashmere #DDB298

Tints of Cashmere #DDB298

RGB

 RED value IS 221 (86.72% from 255) = 40.11%

 GREEN value IS 178 (69.92% from 255) = 32.3%

 BLUE value IS 152 (59.77% from 255) = 27.59%

R = 40.11%
G = 32.3%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDB298 (or 0xDDB298) is known color: Cashmere. HEX triplet: DD, B2 and 98. RGB value is (221,178,152). Sum of RGB (Red+Green+Blue) = 221+178+152=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB298 is #224D67. Grayscale: #BCBCBC. Windows color (decimal): -2248040 or 10007261. OLE color: 10007261.

HSL color Cylindrical-coordinate representation of color #DDB298: hue angle of 22.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB298 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 152 -
CMYK 0 0.19 0.31 0.13
HSL 22.61º 0.5% 0.73% -
HSV(B) 22.61º 0.31% 0.87% -
XYZ 51.41 49.48 36.55 -
YUV 187.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 221 178 152 0 0.19 0.31 0.13 22.61 0.5 0.73
Hex DD B2 98 0 13 1F D 17 32 49
Octal 335 262 230 0 23 37 15 27 62 111
Binary 11011101 10110010 10011000 0 10011 11111 1101 10111 110010 1001001

Color Harmonies of #DDB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB298

Black with #DDB298

Text Example


Text Example

White with #DDB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB298; }

 p { color: rgb(221,178,152); }

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

background-color css

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

 a { background-color: rgb(221,178,152); }

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

border-color css

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

 span { border-color: rgb(221,178,152); }

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