Html Css Color HEX #CC871E Geebung

📋 copy color: '#CC871E'

red 204 ◦ green 135 ◦ blue 30

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

Shades of Geebung #CC871E

Tints of Geebung #CC871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 55.28%
G = 36.59%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC871E (or 0xCC871E) is known color: Geebung. HEX triplet: CC, 87 and 1E. RGB value is (204,135,30). Sum of RGB (Red+Green+Blue) = 204+135+30=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC871E is #3378E1. Grayscale: #909090. Windows color (decimal): -3373282 or 2000844. OLE color: 2000844.

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

Color convert

RGB 204 135 30 -
CMYK 0 0.34 0.85 0.2
HSL 36.21º 0.74% 0.46% -
HSV(B) 36.21º 0.85% 0.8% -
XYZ 33.8 30.26 5.29 -
YUV 143.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 204 135 30 0 0.34 0.85 0.2 36.21 0.74 0.46
Hex CC 87 1E 0 22 55 14 24 4A 2E
Octal 314 207 36 0 42 125 24 44 112 56
Binary 11001100 10000111 11110 0 100010 1010101 10100 100100 1001010 101110

Color Harmonies of #CC871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC871E

Black with #CC871E

Text Example


Text Example

White with #CC871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC871E; }

 p { color: rgb(204,135,30); }

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

background-color css

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

 a { background-color: rgb(204,135,30); }

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

border-color css

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

 span { border-color: rgb(204,135,30); }

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