Html Css Color HEX #CA8A21 Geebung

📋 copy color: '#CA8A21'

red 202 ◦ green 138 ◦ blue 33

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

Shades of Geebung #CA8A21

Tints of Geebung #CA8A21

RGB

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

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

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

R = 54.16%
G = 37%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8A21 (or 0xCA8A21) is known color: Geebung. HEX triplet: CA, 8A and 21. RGB value is (202,138,33). Sum of RGB (Red+Green+Blue) = 202+138+33=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A21 is #3575DE. Grayscale: #919191. Windows color (decimal): -3503583 or 2198218. OLE color: 2198218.

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

Color convert

RGB 202 138 33 -
CMYK 0 0.32 0.84 0.21
HSL 37.28º 0.72% 0.46% -
HSV(B) 37.28º 0.84% 0.79% -
XYZ 33.72 30.84 5.61 -
YUV 145.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 202 138 33 0 0.32 0.84 0.21 37.28 0.72 0.46
Hex CA 8A 21 0 20 54 15 25 48 2E
Octal 312 212 41 0 40 124 25 45 110 56
Binary 11001010 10001010 100001 0 100000 1010100 10101 100101 1001000 101110

Color Harmonies of #CA8A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A21

Black with #CA8A21

Text Example


Text Example

White with #CA8A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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