Html Css Color HEX #D6672B Gold Drop

📋 copy color: '#D6672B'

red 214 ◦ green 103 ◦ blue 43

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

Shades of Gold Drop #D6672B

Tints of Gold Drop #D6672B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 59.44%
G = 28.61%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6672B (or 0xD6672B) is known color: Gold Drop. HEX triplet: D6, 67 and 2B. RGB value is (214,103,43). Sum of RGB (Red+Green+Blue) = 214+103+43=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6672B is #2998D4. Grayscale: #818181. Windows color (decimal): -2726101 or 2844630. OLE color: 2844630.

HSL color Cylindrical-coordinate representation of color #D6672B: hue angle of 21.05º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6672B is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 43 -
CMYK 0 0.52 0.80 0.16
HSL 21.05º 0.68% 0.5% -
HSV(B) 21.05º 0.8% 0.84% -
XYZ 33.02 24.17 5.21 -
YUV 129.35 79.27 188.38 -
System Red Green Blue C M Y K H S L
Decimal 214 103 43 0 0.52 0.80 0.16 21.05 0.68 0.5
Hex D6 67 2B 0 34 50 10 15 44 32
Octal 326 147 53 0 64 120 20 25 104 62
Binary 11010110 1100111 101011 0 110100 1010000 10000 10101 1000100 110010

Color Harmonies of #D6672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6672B

Black with #D6672B

Text Example


Text Example

White with #D6672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6672B; }

 p { color: rgb(214,103,43); }

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

background-color css

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

 a { background-color: rgb(214,103,43); }

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

border-color css

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

 span { border-color: rgb(214,103,43); }

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