Html Css Color HEX #CC6731 Gold Drop

📋 copy color: '#CC6731'

red 204 ◦ green 103 ◦ blue 49

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

Shades of Gold Drop #CC6731

Tints of Gold Drop #CC6731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 57.3%
G = 28.93%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC6731 (or 0xCC6731) is known color: Gold Drop. HEX triplet: CC, 67 and 31. RGB value is (204,103,49). Sum of RGB (Red+Green+Blue) = 204+103+49=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6731 is #3398CE. Grayscale: #7F7F7F. Windows color (decimal): -3381455 or 3237836. OLE color: 3237836.

HSL color Cylindrical-coordinate representation of color #CC6731: hue angle of 20.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC6731 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 49 -
CMYK 0 0.50 0.76 0.2
HSL 20.9º 0.61% 0.5% -
HSV(B) 20.9º 0.76% 0.8% -
XYZ 30.31 22.76 5.7 -
YUV 127.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 204 103 49 0 0.50 0.76 0.2 20.9 0.61 0.5
Hex CC 67 31 0 32 4C 14 15 3D 32
Octal 314 147 61 0 62 114 24 25 75 62
Binary 11001100 1100111 110001 0 110010 1001100 10100 10101 111101 110010

Color Harmonies of #CC6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6731

Black with #CC6731

Text Example


Text Example

White with #CC6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6731; }

 p { color: rgb(204,103,49); }

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

background-color css

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

 a { background-color: rgb(204,103,49); }

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

border-color css

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

 span { border-color: rgb(204,103,49); }

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