Html Css Color HEX #CA8C21 Geebung

📋 copy color: '#CA8C21'

red 202 ◦ green 140 ◦ blue 33

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

Shades of Geebung #CA8C21

Tints of Geebung #CA8C21

RGB

 RED value IS 202 (79.3% from 255) = 53.87%

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 53.87%
G = 37.33%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8C21 (or 0xCA8C21) is known color: Geebung. HEX triplet: CA, 8C and 21. RGB value is (202,140,33). Sum of RGB (Red+Green+Blue) = 202+140+33=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C21 is #3573DE. Grayscale: #929292. Windows color (decimal): -3503071 or 2198730. OLE color: 2198730.

HSL color Cylindrical-coordinate representation of color #CA8C21: hue angle of 37.99º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA8C21 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 140 33 -
CMYK 0 0.31 0.84 0.21
HSL 37.99º 0.72% 0.46% -
HSV(B) 37.99º 0.84% 0.79% -
XYZ 34.01 31.42 5.71 -
YUV 146.34 64.04 167.7 -
System Red Green Blue C M Y K H S L
Decimal 202 140 33 0 0.31 0.84 0.21 37.99 0.72 0.46
Hex CA 8C 21 0 1F 54 15 26 48 2E
Octal 312 214 41 0 37 124 25 46 110 56
Binary 11001010 10001100 100001 0 11111 1010100 10101 100110 1001000 101110

Color Harmonies of #CA8C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C21

Black with #CA8C21

Text Example


Text Example

White with #CA8C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C21; }

 p { color: rgb(202,140,33); }

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

background-color css

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

 a { background-color: rgb(202,140,33); }

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

border-color css

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

 span { border-color: rgb(202,140,33); }

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