Html Css Color HEX #CC8424 Geebung

📋 copy color: '#CC8424'

red 204 ◦ green 132 ◦ blue 36

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

Shades of Geebung #CC8424

Tints of Geebung #CC8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

 BLUE value IS 36 (14.45% from 255) = 9.68%

R = 54.84%
G = 35.48%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC8424 (or 0xCC8424) is known color: Geebung. HEX triplet: CC, 84 and 24. RGB value is (204,132,36). Sum of RGB (Red+Green+Blue) = 204+132+36=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8424 is #337BDB. Grayscale: #8F8F8F. Windows color (decimal): -3374044 or 2393292. OLE color: 2393292.

HSL color Cylindrical-coordinate representation of color #CC8424: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8424 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 132 36 -
CMYK 0 0.35 0.82 0.2
HSL 34.29º 0.7% 0.47% -
HSV(B) 34.29º 0.82% 0.8% -
XYZ 33.47 29.47 5.59 -
YUV 142.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 204 132 36 0 0.35 0.82 0.2 34.29 0.7 0.47
Hex CC 84 24 0 23 52 14 22 46 2F
Octal 314 204 44 0 43 122 24 42 106 57
Binary 11001100 10000100 100100 0 100011 1010010 10100 100010 1000110 101111

Color Harmonies of #CC8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8424

Black with #CC8424

Text Example


Text Example

White with #CC8424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8424; }

 p { color: rgb(204,132,36); }

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

background-color css

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

 a { background-color: rgb(204,132,36); }

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

border-color css

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

 span { border-color: rgb(204,132,36); }

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