Html Css Color HEX #CC682C Gold Drop

📋 copy color: '#CC682C'

red 204 ◦ green 104 ◦ blue 44

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

Shades of Gold Drop #CC682C

Tints of Gold Drop #CC682C

RGB

 RED value IS 204 (80.08% from 255) = 57.95%

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

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 57.95%
G = 29.55%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC682C (or 0xCC682C) is known color: Gold Drop. HEX triplet: CC, 68 and 2C. RGB value is (204,104,44). Sum of RGB (Red+Green+Blue) = 204+104+44=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC682C is #3397D3. Grayscale: #7F7F7F. Windows color (decimal): -3381204 or 2910412. OLE color: 2910412.

HSL color Cylindrical-coordinate representation of color #CC682C: hue angle of 22.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC682C is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 44 -
CMYK 0 0.49 0.78 0.2
HSL 22.5º 0.65% 0.49% -
HSV(B) 22.5º 0.78% 0.8% -
XYZ 30.31 22.92 5.21 -
YUV 127.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 204 104 44 0 0.49 0.78 0.2 22.5 0.65 0.49
Hex CC 68 2C 0 31 4E 14 16 41 31
Octal 314 150 54 0 61 116 24 26 101 61
Binary 11001100 1101000 101100 0 110001 1001110 10100 10110 1000001 110001

Color Harmonies of #CC682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC682C

Black with #CC682C

Text Example


Text Example

White with #CC682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC682C; }

 p { color: rgb(204,104,44); }

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

background-color css

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

 a { background-color: rgb(204,104,44); }

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

border-color css

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

 span { border-color: rgb(204,104,44); }

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