Html Css Color HEX #D4682B Gold Drop

📋 copy color: '#D4682B'

red 212 ◦ green 104 ◦ blue 43

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

Shades of Gold Drop #D4682B

Tints of Gold Drop #D4682B

RGB

 RED value IS 212 (83.2% from 255) = 59.05%

 GREEN value IS 104 (41.02% from 255) = 28.97%

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

R = 59.05%
G = 28.97%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4682B (or 0xD4682B) is known color: Gold Drop. HEX triplet: D4, 68 and 2B. RGB value is (212,104,43). Sum of RGB (Red+Green+Blue) = 212+104+43=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4682B is #2B97D4. Grayscale: #818181. Windows color (decimal): -2856917 or 2844884. OLE color: 2844884.

HSL color Cylindrical-coordinate representation of color #D4682B: hue angle of 21.66º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4682B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 43 -
CMYK 0 0.51 0.80 0.17
HSL 21.66º 0.66% 0.5% -
HSV(B) 21.66º 0.8% 0.83% -
XYZ 32.54 24.07 5.22 -
YUV 129.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 212 104 43 0 0.51 0.80 0.17 21.66 0.66 0.5
Hex D4 68 2B 0 33 50 11 16 42 32
Octal 324 150 53 0 63 120 21 26 102 62
Binary 11010100 1101000 101011 0 110011 1010000 10001 10110 1000010 110010

Color Harmonies of #D4682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4682B

Black with #D4682B

Text Example


Text Example

White with #D4682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4682B; }

 p { color: rgb(212,104,43); }

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

background-color css

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

 a { background-color: rgb(212,104,43); }

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

border-color css

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

 span { border-color: rgb(212,104,43); }

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