Html Css Color HEX #D66A28 Gold Drop

📋 copy color: '#D66A28'

red 214 ◦ green 106 ◦ blue 40

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

Shades of Gold Drop #D66A28

Tints of Gold Drop #D66A28

RGB

 RED value IS 214 (83.98% from 255) = 59.44%

 GREEN value IS 106 (41.8% from 255) = 29.44%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 59.44%
G = 29.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D66A28 (or 0xD66A28) is known color: Gold Drop. HEX triplet: D6, 6A and 28. RGB value is (214,106,40). Sum of RGB (Red+Green+Blue) = 214+106+40=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A28 is #2995D7. Grayscale: #838383. Windows color (decimal): -2725336 or 2648790. OLE color: 2648790.

HSL color Cylindrical-coordinate representation of color #D66A28: hue angle of 22.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D66A28 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 40 -
CMYK 0 0.50 0.81 0.16
HSL 22.76º 0.69% 0.5% -
HSV(B) 22.76º 0.81% 0.84% -
XYZ 33.27 24.76 5.03 -
YUV 130.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 214 106 40 0 0.50 0.81 0.16 22.76 0.69 0.5
Hex D6 6A 28 0 32 51 10 17 45 32
Octal 326 152 50 0 62 121 20 27 105 62
Binary 11010110 1101010 101000 0 110010 1010001 10000 10111 1000101 110010

Color Harmonies of #D66A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A28

Black with #D66A28

Text Example


Text Example

White with #D66A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A28; }

 p { color: rgb(214,106,40); }

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

background-color css

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

 a { background-color: rgb(214,106,40); }

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

border-color css

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

 span { border-color: rgb(214,106,40); }

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