Html Css Color HEX #CC8A21 Geebung

📋 copy color: '#CC8A21'

red 204 ◦ green 138 ◦ blue 33

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

Shades of Geebung #CC8A21

Tints of Geebung #CC8A21

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 54.4%
G = 36.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8A21 (or 0xCC8A21) is known color: Geebung. HEX triplet: CC, 8A and 21. RGB value is (204,138,33). Sum of RGB (Red+Green+Blue) = 204+138+33=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A21 is #3375DE. Grayscale: #929292. Windows color (decimal): -3372511 or 2198220. OLE color: 2198220.

HSL color Cylindrical-coordinate representation of color #CC8A21: hue angle of 36.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC8A21 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 33 -
CMYK 0 0.32 0.84 0.2
HSL 36.84º 0.72% 0.46% -
HSV(B) 36.84º 0.84% 0.8% -
XYZ 34.26 31.12 5.64 -
YUV 145.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 204 138 33 0 0.32 0.84 0.2 36.84 0.72 0.46
Hex CC 8A 21 0 20 54 14 25 48 2E
Octal 314 212 41 0 40 124 24 45 110 56
Binary 11001100 10001010 100001 0 100000 1010100 10100 100101 1001000 101110

Color Harmonies of #CC8A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A21

Black with #CC8A21

Text Example


Text Example

White with #CC8A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A21; }

 p { color: rgb(204,138,33); }

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

background-color css

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

 a { background-color: rgb(204,138,33); }

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

border-color css

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

 span { border-color: rgb(204,138,33); }

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