Html Css Color HEX #CC8A1D Geebung

📋 copy color: '#CC8A1D'

red 204 ◦ green 138 ◦ blue 29

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

Shades of Geebung #CC8A1D

Tints of Geebung #CC8A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 54.99%
G = 37.2%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC8A1D (or 0xCC8A1D) is known color: Geebung. HEX triplet: CC, 8A and 1D. RGB value is (204,138,29). Sum of RGB (Red+Green+Blue) = 204+138+29=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A1D is #3375E2. Grayscale: #919191. Windows color (decimal): -3372515 or 1936076. OLE color: 1936076.

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

Color convert

RGB 204 138 29 -
CMYK 0 0.32 0.86 0.2
HSL 37.37º 0.75% 0.46% -
HSV(B) 37.37º 0.86% 0.8% -
XYZ 34.21 31.1 5.36 -
YUV 145.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 204 138 29 0 0.32 0.86 0.2 37.37 0.75 0.46
Hex CC 8A 1D 0 20 56 14 25 4B 2E
Octal 314 212 35 0 40 126 24 45 113 56
Binary 11001100 10001010 11101 0 100000 1010110 10100 100101 1001011 101110

Color Harmonies of #CC8A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A1D

Black with #CC8A1D

Text Example


Text Example

White with #CC8A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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