Html Css Color HEX #DAB67D Straw

📋 copy color: '#DAB67D'

red 218 ◦ green 182 ◦ blue 125

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

Shades of Straw #DAB67D

Tints of Straw #DAB67D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 41.52%
G = 34.67%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAB67D (or 0xDAB67D) is known color: Straw. HEX triplet: DA, B6 and 7D. RGB value is (218,182,125). Sum of RGB (Red+Green+Blue) = 218+182+125=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB67D is #254982. Grayscale: #BABABA. Windows color (decimal): -2443651 or 8238810. OLE color: 8238810.

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

Color convert

RGB 218 182 125 -
CMYK 0 0.17 0.43 0.15
HSL 36.77º 0.56% 0.67% -
HSV(B) 36.77º 0.43% 0.85% -
XYZ 49.34 49.84 26.42 -
YUV 186.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 218 182 125 0 0.17 0.43 0.15 36.77 0.56 0.67
Hex DA B6 7D 0 11 2B F 25 38 43
Octal 332 266 175 0 21 53 17 45 70 103
Binary 11011010 10110110 1111101 0 10001 101011 1111 100101 111000 1000011

Color Harmonies of #DAB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB67D

Black with #DAB67D

Text Example


Text Example

White with #DAB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB67D; }

 p { color: rgb(218,182,125); }

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

background-color css

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

 a { background-color: rgb(218,182,125); }

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

border-color css

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

 span { border-color: rgb(218,182,125); }

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