Html Css Color HEX #CC662B Gold Drop

📋 copy color: '#CC662B'

red 204 ◦ green 102 ◦ blue 43

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

Shades of Gold Drop #CC662B

Tints of Gold Drop #CC662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 58.45%
G = 29.23%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC662B (or 0xCC662B) is known color: Gold Drop. HEX triplet: CC, 66 and 2B. RGB value is (204,102,43). Sum of RGB (Red+Green+Blue) = 204+102+43=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC662B is #3399D4. Grayscale: #7E7E7E. Windows color (decimal): -3381717 or 2844364. OLE color: 2844364.

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

Color convert

RGB 204 102 43 -
CMYK 0 0.5 0.79 0.2
HSL 21.99º 0.65% 0.48% -
HSV(B) 21.99º 0.79% 0.8% -
XYZ 30.09 22.51 5.05 -
YUV 125.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 204 102 43 0 0.5 0.79 0.2 21.99 0.65 0.48
Hex CC 66 2B 0 32 4F 14 16 41 30
Octal 314 146 53 0 62 117 24 26 101 60
Binary 11001100 1100110 101011 0 110010 1001111 10100 10110 1000001 110000

Color Harmonies of #CC662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC662B

Black with #CC662B

Text Example


Text Example

White with #CC662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC662B; }

 p { color: rgb(204,102,43); }

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

background-color css

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

 a { background-color: rgb(204,102,43); }

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

border-color css

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

 span { border-color: rgb(204,102,43); }

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