Html Css Color HEX #CC8925 Geebung

📋 copy color: '#CC8925'

red 204 ◦ green 137 ◦ blue 37

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

Shades of Geebung #CC8925

Tints of Geebung #CC8925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.79%

R = 53.97%
G = 36.24%
B = 9.79%

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

#CC8925 (or 0xCC8925) is known color: Geebung. HEX triplet: CC, 89 and 25. RGB value is (204,137,37). Sum of RGB (Red+Green+Blue) = 204+137+37=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8925 is #3376DA. Grayscale: #929292. Windows color (decimal): -3372763 or 2460108. OLE color: 2460108.

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

Color convert

RGB 204 137 37 -
CMYK 0 0.33 0.82 0.2
HSL 35.93º 0.69% 0.47% -
HSV(B) 35.93º 0.82% 0.8% -
XYZ 34.18 30.86 5.91 -
YUV 145.63 66.7 169.63 -
System Red Green Blue C M Y K H S L
Decimal 204 137 37 0 0.33 0.82 0.2 35.93 0.69 0.47
Hex CC 89 25 0 21 52 14 24 45 2F
Octal 314 211 45 0 41 122 24 44 105 57
Binary 11001100 10001001 100101 0 100001 1010010 10100 100100 1000101 101111

Color Harmonies of #CC8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8925

Black with #CC8925

Text Example


Text Example

White with #CC8925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8925; }

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

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

background-color css

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

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

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

border-color css

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

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

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