Html Css Color HEX #CC8A25 Geebung

📋 copy color: '#CC8A25'

red 204 ◦ green 138 ◦ blue 37

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

Shades of Geebung #CC8A25

Tints of Geebung #CC8A25

RGB

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

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

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

R = 53.83%
G = 36.41%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC8A25 (or 0xCC8A25) is known color: Geebung. HEX triplet: CC, 8A and 25. RGB value is (204,138,37). Sum of RGB (Red+Green+Blue) = 204+138+37=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A25 is #3375DA. Grayscale: #929292. Windows color (decimal): -3372507 or 2460364. OLE color: 2460364.

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

Color convert

RGB 204 138 37 -
CMYK 0 0.32 0.82 0.2
HSL 36.29º 0.69% 0.47% -
HSV(B) 36.29º 0.82% 0.8% -
XYZ 34.32 31.15 5.95 -
YUV 146.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 204 138 37 0 0.32 0.82 0.2 36.29 0.69 0.47
Hex CC 8A 25 0 20 52 14 24 45 2F
Octal 314 212 45 0 40 122 24 44 105 57
Binary 11001100 10001010 100101 0 100000 1010010 10100 100100 1000101 101111

Color Harmonies of #CC8A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A25

Black with #CC8A25

Text Example


Text Example

White with #CC8A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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