Html Css Color HEX #DAC07B Straw

📋 copy color: '#DAC07B'

red 218 ◦ green 192 ◦ blue 123

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

Shades of Straw #DAC07B

Tints of Straw #DAC07B

RGB

 RED value IS 218 (85.55% from 255) = 40.9%

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 123 (48.44% from 255) = 23.08%

R = 40.9%
G = 36.02%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAC07B (or 0xDAC07B) is known color: Straw. HEX triplet: DA, C0 and 7B. RGB value is (218,192,123). Sum of RGB (Red+Green+Blue) = 218+192+123=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC07B is #253F84. Grayscale: #C0C0C0. Windows color (decimal): -2441093 or 8110298. OLE color: 8110298.

HSL color Cylindrical-coordinate representation of color #DAC07B: hue angle of 43.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC07B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 123 -
CMYK 0 0.12 0.44 0.15
HSL 43.58º 0.56% 0.67% -
HSV(B) 43.58º 0.44% 0.85% -
XYZ 51.34 54.03 26.46 -
YUV 191.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 218 192 123 0 0.12 0.44 0.15 43.58 0.56 0.67
Hex DA C0 7B 0 C 2C F 2C 38 43
Octal 332 300 173 0 14 54 17 54 70 103
Binary 11011010 11000000 1111011 0 1100 101100 1111 101100 111000 1000011

Color Harmonies of #DAC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC07B

Black with #DAC07B

Text Example


Text Example

White with #DAC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC07B; }

 p { color: rgb(218,192,123); }

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

background-color css

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

 a { background-color: rgb(218,192,123); }

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

border-color css

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

 span { border-color: rgb(218,192,123); }

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