Html Css Color HEX #DA9269 Copper

📋 copy color: '#DA9269'

red 218 ◦ green 146 ◦ blue 105

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

Shades of Copper #DA9269

Tints of Copper #DA9269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.13%

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 46.48%
G = 31.13%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA9269 (or 0xDA9269) is known color: Copper. HEX triplet: DA, 92 and 69. RGB value is (218,146,105). Sum of RGB (Red+Green+Blue) = 218+146+105=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9269 is #256D96. Grayscale: #A3A3A3. Windows color (decimal): -2452887 or 6918874. OLE color: 6918874.

HSL color Cylindrical-coordinate representation of color #DA9269: hue angle of 21.77º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA9269 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 105 -
CMYK 0 0.33 0.52 0.15
HSL 21.77º 0.6% 0.63% -
HSV(B) 21.77º 0.52% 0.85% -
XYZ 41.74 36.48 18.21 -
YUV 162.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 218 146 105 0 0.33 0.52 0.15 21.77 0.6 0.63
Hex DA 92 69 0 21 34 F 16 3C 3F
Octal 332 222 151 0 41 64 17 26 74 77
Binary 11011010 10010010 1101001 0 100001 110100 1111 10110 111100 111111

Color Harmonies of #DA9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9269

Black with #DA9269

Text Example


Text Example

White with #DA9269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9269; }

 p { color: rgb(218,146,105); }

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

background-color css

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

 a { background-color: rgb(218,146,105); }

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

border-color css

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

 span { border-color: rgb(218,146,105); }

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