Html Css Color HEX #DDCB7A Sandwisp

📋 copy color: '#DDCB7A'

red 221 ◦ green 203 ◦ blue 122

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

Shades of Sandwisp #DDCB7A

Tints of Sandwisp #DDCB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.34%

R = 40.48%
G = 37.18%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDCB7A (or 0xDDCB7A) is known color: Sandwisp. HEX triplet: DD, CB and 7A. RGB value is (221,203,122). Sum of RGB (Red+Green+Blue) = 221+203+122=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB7A is #223485. Grayscale: #C7C7C7. Windows color (decimal): -2241670 or 8047581. OLE color: 8047581.

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

Color convert

RGB 221 203 122 -
CMYK 0 0.08 0.45 0.13
HSL 49.09º 0.59% 0.67% -
HSV(B) 49.09º 0.45% 0.87% -
XYZ 54.69 59.49 27.01 -
YUV 199.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 221 203 122 0 0.08 0.45 0.13 49.09 0.59 0.67
Hex DD CB 7A 0 8 2D D 31 3B 43
Octal 335 313 172 0 10 55 15 61 73 103
Binary 11011101 11001011 1111010 0 1000 101101 1101 110001 111011 1000011

Color Harmonies of #DDCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB7A

Black with #DDCB7A

Text Example


Text Example

White with #DDCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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