Html Css Color HEX #DCBD7A Straw

📋 copy color: '#DCBD7A'

red 220 ◦ green 189 ◦ blue 122

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

Shades of Straw #DCBD7A

Tints of Straw #DCBD7A

RGB

 RED value IS 220 (86.33% from 255) = 41.43%

 GREEN value IS 189 (74.22% from 255) = 35.59%

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

R = 41.43%
G = 35.59%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCBD7A (or 0xDCBD7A) is known color: Straw. HEX triplet: DC, BD and 7A. RGB value is (220,189,122). Sum of RGB (Red+Green+Blue) = 220+189+122=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD7A is #234285. Grayscale: #BEBEBE. Windows color (decimal): -2310790 or 8043996. OLE color: 8043996.

HSL color Cylindrical-coordinate representation of color #DCBD7A: hue angle of 41.02º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCBD7A is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 122 -
CMYK 0 0.14 0.45 0.14
HSL 41.02º 0.58% 0.67% -
HSV(B) 41.02º 0.45% 0.86% -
XYZ 51.23 53.02 25.95 -
YUV 190.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 220 189 122 0 0.14 0.45 0.14 41.02 0.58 0.67
Hex DC BD 7A 0 E 2D E 29 3A 43
Octal 334 275 172 0 16 55 16 51 72 103
Binary 11011100 10111101 1111010 0 1110 101101 1110 101001 111010 1000011

Color Harmonies of #DCBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD7A

Black with #DCBD7A

Text Example


Text Example

White with #DCBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD7A; }

 p { color: rgb(220,189,122); }

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

background-color css

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

 a { background-color: rgb(220,189,122); }

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

border-color css

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

 span { border-color: rgb(220,189,122); }

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