Html Css Color HEX #DA6626 Gold Drop

📋 copy color: '#DA6626'

red 218 ◦ green 102 ◦ blue 38

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

Shades of Gold Drop #DA6626

Tints of Gold Drop #DA6626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

 BLUE value IS 38 (15.23% from 255) = 10.61%

R = 60.89%
G = 28.49%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA6626 (or 0xDA6626) is known color: Gold Drop. HEX triplet: DA, 66 and 26. RGB value is (218,102,38). Sum of RGB (Red+Green+Blue) = 218+102+38=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6626 is #2599D9. Grayscale: #818181. Windows color (decimal): -2464218 or 2516698. OLE color: 2516698.

HSL color Cylindrical-coordinate representation of color #DA6626: hue angle of 21.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA6626 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 38 -
CMYK 0 0.53 0.83 0.15
HSL 21.33º 0.71% 0.5% -
HSV(B) 21.33º 0.83% 0.85% -
XYZ 34.01 24.55 4.78 -
YUV 129.39 76.43 191.2 -
System Red Green Blue C M Y K H S L
Decimal 218 102 38 0 0.53 0.83 0.15 21.33 0.71 0.5
Hex DA 66 26 0 35 53 F 15 47 32
Octal 332 146 46 0 65 123 17 25 107 62
Binary 11011010 1100110 100110 0 110101 1010011 1111 10101 1000111 110010

Color Harmonies of #DA6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6626

Black with #DA6626

Text Example


Text Example

White with #DA6626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6626; }

 p { color: rgb(218,102,38); }

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

background-color css

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

 a { background-color: rgb(218,102,38); }

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

border-color css

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

 span { border-color: rgb(218,102,38); }

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