Html Css Color HEX #D1672B Gold Drop

📋 copy color: '#D1672B'

red 209 ◦ green 103 ◦ blue 43

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

Shades of Gold Drop #D1672B

Tints of Gold Drop #D1672B

RGB

 RED value IS 209 (82.03% from 255) = 58.87%

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

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

R = 58.87%
G = 29.01%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1672B (or 0xD1672B) is known color: Gold Drop. HEX triplet: D1, 67 and 2B. RGB value is (209,103,43). Sum of RGB (Red+Green+Blue) = 209+103+43=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1672B is #2E98D4. Grayscale: #808080. Windows color (decimal): -3053781 or 2844625. OLE color: 2844625.

HSL color Cylindrical-coordinate representation of color #D1672B: hue angle of 21.69º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1672B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 43 -
CMYK 0 0.51 0.79 0.18
HSL 21.69º 0.66% 0.49% -
HSV(B) 21.69º 0.79% 0.82% -
XYZ 31.58 23.43 5.14 -
YUV 127.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 209 103 43 0 0.51 0.79 0.18 21.69 0.66 0.49
Hex D1 67 2B 0 33 4F 12 16 42 31
Octal 321 147 53 0 63 117 22 26 102 61
Binary 11010001 1100111 101011 0 110011 1001111 10010 10110 1000010 110001

Color Harmonies of #D1672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1672B

Black with #D1672B

Text Example


Text Example

White with #D1672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1672B; }

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

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

background-color css

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

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

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

border-color css

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

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

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