Html Css Color HEX #CC682D Gold Drop

📋 copy color: '#CC682D'

red 204 ◦ green 104 ◦ blue 45

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

Shades of Gold Drop #CC682D

Tints of Gold Drop #CC682D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 57.79%
G = 29.46%
B = 12.75%

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

#CC682D (or 0xCC682D) is known color: Gold Drop. HEX triplet: CC, 68 and 2D. RGB value is (204,104,45). Sum of RGB (Red+Green+Blue) = 204+104+45=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC682D is #3397D2. Grayscale: #7F7F7F. Windows color (decimal): -3381203 or 2975948. OLE color: 2975948.

HSL color Cylindrical-coordinate representation of color #CC682D: hue angle of 22.26º degrees, saturation: 0.64, 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 #CC682D is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 45 -
CMYK 0 0.49 0.78 0.2
HSL 22.26º 0.64% 0.49% -
HSV(B) 22.26º 0.78% 0.8% -
XYZ 30.33 22.93 5.31 -
YUV 127.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 204 104 45 0 0.49 0.78 0.2 22.26 0.64 0.49
Hex CC 68 2D 0 31 4E 14 16 40 31
Octal 314 150 55 0 61 116 24 26 100 61
Binary 11001100 1101000 101101 0 110001 1001110 10100 10110 1000000 110001

Color Harmonies of #CC682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC682D

Black with #CC682D

Text Example


Text Example

White with #CC682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC682D; }

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

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

background-color css

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

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

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

border-color css

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

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

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