Html Css Color HEX #CC8924 Geebung

📋 copy color: '#CC8924'

red 204 ◦ green 137 ◦ blue 36

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

Shades of Geebung #CC8924

Tints of Geebung #CC8924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 54.11%
G = 36.34%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC8924 (or 0xCC8924) is known color: Geebung. HEX triplet: CC, 89 and 24. RGB value is (204,137,36). Sum of RGB (Red+Green+Blue) = 204+137+36=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8924 is #3376DB. Grayscale: #919191. Windows color (decimal): -3372764 or 2394572. OLE color: 2394572.

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

Color convert

RGB 204 137 36 -
CMYK 0 0.33 0.82 0.2
HSL 36.07º 0.7% 0.47% -
HSV(B) 36.07º 0.82% 0.8% -
XYZ 34.17 30.86 5.82 -
YUV 145.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 204 137 36 0 0.33 0.82 0.2 36.07 0.7 0.47
Hex CC 89 24 0 21 52 14 24 46 2F
Octal 314 211 44 0 41 122 24 44 106 57
Binary 11001100 10001001 100100 0 100001 1010010 10100 100100 1000110 101111

Color Harmonies of #CC8924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8924

Black with #CC8924

Text Example


Text Example

White with #CC8924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8924; }

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

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

background-color css

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

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

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

border-color css

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

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

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