Html Css Color HEX #CA9019 Buddha Gold

📋 copy color: '#CA9019'

red 202 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #CA9019

Tints of Buddha Gold #CA9019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 25 (10.16% from 255) = 6.74%

R = 54.45%
G = 38.81%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA9019 (or 0xCA9019) is known color: Buddha Gold. HEX triplet: CA, 90 and 19. RGB value is (202,144,25). Sum of RGB (Red+Green+Blue) = 202+144+25=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9019 is #356FE6. Grayscale: #949494. Windows color (decimal): -3502055 or 1675466. OLE color: 1675466.

HSL color Cylindrical-coordinate representation of color #CA9019: hue angle of 40.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA9019 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 25 -
CMYK 0 0.29 0.88 0.21
HSL 40.34º 0.78% 0.45% -
HSV(B) 40.34º 0.88% 0.79% -
XYZ 34.51 32.57 5.39 -
YUV 147.78 58.72 166.68 -
System Red Green Blue C M Y K H S L
Decimal 202 144 25 0 0.29 0.88 0.21 40.34 0.78 0.45
Hex CA 90 19 0 1D 58 15 28 4E 2D
Octal 312 220 31 0 35 130 25 50 116 55
Binary 11001010 10010000 11001 0 11101 1011000 10101 101000 1001110 101101

Color Harmonies of #CA9019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9019

Black with #CA9019

Text Example


Text Example

White with #CA9019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9019; }

 p { color: rgb(202,144,25); }

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

background-color css

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

 a { background-color: rgb(202,144,25); }

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

border-color css

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

 span { border-color: rgb(202,144,25); }

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