Html Css Color HEX #DDCB7F Sandwisp

📋 copy color: '#DDCB7F'

red 221 ◦ green 203 ◦ blue 127

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

Shades of Sandwisp #DDCB7F

Tints of Sandwisp #DDCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.84%

 BLUE value IS 127 (50% from 255) = 23.05%

R = 40.11%
G = 36.84%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDCB7F (or 0xDDCB7F) is known color: Sandwisp. HEX triplet: DD, CB and 7F. RGB value is (221,203,127). Sum of RGB (Red+Green+Blue) = 221+203+127=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB7F is #223480. Grayscale: #C8C8C8. Windows color (decimal): -2241665 or 8375261. OLE color: 8375261.

HSL color Cylindrical-coordinate representation of color #DDCB7F: hue angle of 48.51º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDCB7F is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 127 -
CMYK 0 0.08 0.43 0.13
HSL 48.51º 0.58% 0.68% -
HSV(B) 48.51º 0.43% 0.87% -
XYZ 55.01 59.62 28.69 -
YUV 199.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 221 203 127 0 0.08 0.43 0.13 48.51 0.58 0.68
Hex DD CB 7F 0 8 2B D 31 3A 44
Octal 335 313 177 0 10 53 15 61 72 104
Binary 11011101 11001011 1111111 0 1000 101011 1101 110001 111010 1000100

Color Harmonies of #DDCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB7F

Black with #DDCB7F

Text Example


Text Example

White with #DDCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB7F; }

 p { color: rgb(221,203,127); }

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

background-color css

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

 a { background-color: rgb(221,203,127); }

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

border-color css

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

 span { border-color: rgb(221,203,127); }

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