Html Css Color HEX #CC672D Gold Drop

📋 copy color: '#CC672D'

red 204 ◦ green 103 ◦ blue 45

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

Shades of Gold Drop #CC672D

Tints of Gold Drop #CC672D

RGB

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

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

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

R = 57.95%
G = 29.26%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC672D (or 0xCC672D) is known color: Gold Drop. HEX triplet: CC, 67 and 2D. RGB value is (204,103,45). Sum of RGB (Red+Green+Blue) = 204+103+45=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC672D is #3398D2. Grayscale: #7E7E7E. Windows color (decimal): -3381459 or 2975692. OLE color: 2975692.

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

Color convert

RGB 204 103 45 -
CMYK 0 0.50 0.78 0.2
HSL 21.89º 0.64% 0.49% -
HSV(B) 21.89º 0.78% 0.8% -
XYZ 30.23 22.73 5.28 -
YUV 126.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 204 103 45 0 0.50 0.78 0.2 21.89 0.64 0.49
Hex CC 67 2D 0 32 4E 14 16 40 31
Octal 314 147 55 0 62 116 24 26 100 61
Binary 11001100 1100111 101101 0 110010 1001110 10100 10110 1000000 110001

Color Harmonies of #CC672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC672D

Black with #CC672D

Text Example


Text Example

White with #CC672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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