Html Css Color HEX #CC6833 Gold Drop

📋 copy color: '#CC6833'

red 204 ◦ green 104 ◦ blue 51

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

Shades of Gold Drop #CC6833

Tints of Gold Drop #CC6833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 56.82%
G = 28.97%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC6833 (or 0xCC6833) is known color: Gold Drop. HEX triplet: CC, 68 and 33. RGB value is (204,104,51). Sum of RGB (Red+Green+Blue) = 204+104+51=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6833 is #3397CC. Grayscale: #808080. Windows color (decimal): -3381197 or 3369164. OLE color: 3369164.

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

Color convert

RGB 204 104 51 -
CMYK 0 0.49 0.75 0.2
HSL 20.78º 0.6% 0.5% -
HSV(B) 20.78º 0.75% 0.8% -
XYZ 30.45 22.98 5.96 -
YUV 127.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 204 104 51 0 0.49 0.75 0.2 20.78 0.6 0.5
Hex CC 68 33 0 31 4B 14 15 3C 32
Octal 314 150 63 0 61 113 24 25 74 62
Binary 11001100 1101000 110011 0 110001 1001011 10100 10101 111100 110010

Color Harmonies of #CC6833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6833

Black with #CC6833

Text Example


Text Example

White with #CC6833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6833; }

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

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

background-color css

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

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

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

border-color css

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

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

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