Html Css Color HEX #DA6C2D Gold Drop

📋 copy color: '#DA6C2D'

red 218 ◦ green 108 ◦ blue 45

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

Shades of Gold Drop #DA6C2D

Tints of Gold Drop #DA6C2D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 58.76%
G = 29.11%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA6C2D (or 0xDA6C2D) is known color: Gold Drop. HEX triplet: DA, 6C and 2D. RGB value is (218,108,45). Sum of RGB (Red+Green+Blue) = 218+108+45=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6C2D is #2593D2. Grayscale: #868686. Windows color (decimal): -2462675 or 2976986. OLE color: 2976986.

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

Color convert

RGB 218 108 45 -
CMYK 0 0.50 0.79 0.15
HSL 21.85º 0.7% 0.52% -
HSV(B) 21.85º 0.79% 0.85% -
XYZ 34.75 25.82 5.63 -
YUV 133.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 218 108 45 0 0.50 0.79 0.15 21.85 0.7 0.52
Hex DA 6C 2D 0 32 4F F 16 46 34
Octal 332 154 55 0 62 117 17 26 106 64
Binary 11011010 1101100 101101 0 110010 1001111 1111 10110 1000110 110100

Color Harmonies of #DA6C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C2D

Black with #DA6C2D

Text Example


Text Example

White with #DA6C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C2D; }

 p { color: rgb(218,108,45); }

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

background-color css

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

 a { background-color: rgb(218,108,45); }

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

border-color css

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

 span { border-color: rgb(218,108,45); }

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