Html Css Color HEX #CC8923 Geebung

📋 copy color: '#CC8923'

red 204 ◦ green 137 ◦ blue 35

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

Shades of Geebung #CC8923

Tints of Geebung #CC8923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.31%

R = 54.26%
G = 36.44%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC8923 (or 0xCC8923) is known color: Geebung. HEX triplet: CC, 89 and 23. RGB value is (204,137,35). Sum of RGB (Red+Green+Blue) = 204+137+35=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8923 is #3376DC. Grayscale: #919191. Windows color (decimal): -3372765 or 2329036. OLE color: 2329036.

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

Color convert

RGB 204 137 35 -
CMYK 0 0.33 0.83 0.2
HSL 36.21º 0.71% 0.47% -
HSV(B) 36.21º 0.83% 0.8% -
XYZ 34.15 30.85 5.74 -
YUV 145.41 65.7 169.79 -
System Red Green Blue C M Y K H S L
Decimal 204 137 35 0 0.33 0.83 0.2 36.21 0.71 0.47
Hex CC 89 23 0 21 53 14 24 47 2F
Octal 314 211 43 0 41 123 24 44 107 57
Binary 11001100 10001001 100011 0 100001 1010011 10100 100100 1000111 101111

Color Harmonies of #CC8923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8923

Black with #CC8923

Text Example


Text Example

White with #CC8923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8923; }

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

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

background-color css

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

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

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

border-color css

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

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

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