Html Css Color HEX #CC672F Gold Drop

📋 copy color: '#CC672F'

red 204 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #CC672F

Tints of Gold Drop #CC672F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 57.63%
G = 29.1%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC672F (or 0xCC672F) is known color: Gold Drop. HEX triplet: CC, 67 and 2F. RGB value is (204,103,47). Sum of RGB (Red+Green+Blue) = 204+103+47=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC672F is #3398D0. Grayscale: #7F7F7F. Windows color (decimal): -3381457 or 3106764. OLE color: 3106764.

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

Color convert

RGB 204 103 47 -
CMYK 0 0.50 0.77 0.2
HSL 21.4º 0.63% 0.49% -
HSV(B) 21.4º 0.77% 0.8% -
XYZ 30.27 22.74 5.48 -
YUV 126.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 204 103 47 0 0.50 0.77 0.2 21.4 0.63 0.49
Hex CC 67 2F 0 32 4D 14 15 3F 31
Octal 314 147 57 0 62 115 24 25 77 61
Binary 11001100 1100111 101111 0 110010 1001101 10100 10101 111111 110001

Color Harmonies of #CC672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC672F

Black with #CC672F

Text Example


Text Example

White with #CC672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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