Html Css Color HEX #CC662A Gold Drop

📋 copy color: '#CC662A'

red 204 ◦ green 102 ◦ blue 42

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

Shades of Gold Drop #CC662A

Tints of Gold Drop #CC662A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 58.62%
G = 29.31%
B = 12.07%

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

#CC662A (or 0xCC662A) is known color: Gold Drop. HEX triplet: CC, 66 and 2A. RGB value is (204,102,42). Sum of RGB (Red+Green+Blue) = 204+102+42=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC662A is #3399D5. Grayscale: #7E7E7E. Windows color (decimal): -3381718 or 2778828. OLE color: 2778828.

HSL color Cylindrical-coordinate representation of color #CC662A: hue angle of 22.22º degrees, saturation: 0.66, 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 #CC662A is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 42 -
CMYK 0 0.5 0.79 0.2
HSL 22.22º 0.66% 0.48% -
HSV(B) 22.22º 0.79% 0.8% -
XYZ 30.07 22.51 4.95 -
YUV 125.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 204 102 42 0 0.5 0.79 0.2 22.22 0.66 0.48
Hex CC 66 2A 0 32 4F 14 16 42 30
Octal 314 146 52 0 62 117 24 26 102 60
Binary 11001100 1100110 101010 0 110010 1001111 10100 10110 1000010 110000

Color Harmonies of #CC662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC662A

Black with #CC662A

Text Example


Text Example

White with #CC662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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