Html Css Color HEX #D68A62 Copper

📋 copy color: '#D68A62'

red 214 ◦ green 138 ◦ blue 98

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

Shades of Copper #D68A62

Tints of Copper #D68A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 47.56%
G = 30.67%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68A62 (or 0xD68A62) is known color: Copper. HEX triplet: D6, 8A and 62. RGB value is (214,138,98). Sum of RGB (Red+Green+Blue) = 214+138+98=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A62 is #29759D. Grayscale: #9C9C9C. Windows color (decimal): -2717086 or 6458070. OLE color: 6458070.

HSL color Cylindrical-coordinate representation of color #D68A62: hue angle of 20.69º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68A62 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 98 -
CMYK 0 0.36 0.54 0.16
HSL 20.69º 0.59% 0.61% -
HSV(B) 20.69º 0.54% 0.84% -
XYZ 39.02 33.35 15.94 -
YUV 156.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 214 138 98 0 0.36 0.54 0.16 20.69 0.59 0.61
Hex D6 8A 62 0 24 36 10 15 3B 3D
Octal 326 212 142 0 44 66 20 25 73 75
Binary 11010110 10001010 1100010 0 100100 110110 10000 10101 111011 111101

Color Harmonies of #D68A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A62

Black with #D68A62

Text Example


Text Example

White with #D68A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A62; }

 p { color: rgb(214,138,98); }

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

background-color css

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

 a { background-color: rgb(214,138,98); }

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

border-color css

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

 span { border-color: rgb(214,138,98); }

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