Html Css Color HEX #CC8A1F Geebung

📋 copy color: '#CC8A1F'

red 204 ◦ green 138 ◦ blue 31

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

Shades of Geebung #CC8A1F

Tints of Geebung #CC8A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.31%

R = 54.69%
G = 37%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC8A1F (or 0xCC8A1F) is known color: Geebung. HEX triplet: CC, 8A and 1F. RGB value is (204,138,31). Sum of RGB (Red+Green+Blue) = 204+138+31=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A1F is #3375E0. Grayscale: #929292. Windows color (decimal): -3372513 or 2067148. OLE color: 2067148.

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

Color convert

RGB 204 138 31 -
CMYK 0 0.32 0.85 0.2
HSL 37.11º 0.74% 0.46% -
HSV(B) 37.11º 0.85% 0.8% -
XYZ 34.24 31.11 5.5 -
YUV 145.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 204 138 31 0 0.32 0.85 0.2 37.11 0.74 0.46
Hex CC 8A 1F 0 20 55 14 25 4A 2E
Octal 314 212 37 0 40 125 24 45 112 56
Binary 11001100 10001010 11111 0 100000 1010101 10100 100101 1001010 101110

Color Harmonies of #CC8A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A1F

Black with #CC8A1F

Text Example


Text Example

White with #CC8A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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