Html Css Color HEX #CA9517 Buddha Gold

📋 copy color: '#CA9517'

red 202 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #CA9517

Tints of Buddha Gold #CA9517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 54.01%
G = 39.84%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA9517 (or 0xCA9517) is known color: Buddha Gold. HEX triplet: CA, 95 and 17. RGB value is (202,149,23). Sum of RGB (Red+Green+Blue) = 202+149+23=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9517 is #356AE8. Grayscale: #979797. Windows color (decimal): -3500777 or 1545674. OLE color: 1545674.

HSL color Cylindrical-coordinate representation of color #CA9517: hue angle of 42.23º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA9517 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 23 -
CMYK 0 0.26 0.89 0.21
HSL 42.23º 0.8% 0.44% -
HSV(B) 42.23º 0.89% 0.79% -
XYZ 35.26 34.11 5.54 -
YUV 150.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 202 149 23 0 0.26 0.89 0.21 42.23 0.8 0.44
Hex CA 95 17 0 1A 59 15 2A 50 2C
Octal 312 225 27 0 32 131 25 52 120 54
Binary 11001010 10010101 10111 0 11010 1011001 10101 101010 1010000 101100

Color Harmonies of #CA9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9517

Black with #CA9517

Text Example


Text Example

White with #CA9517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9517; }

 p { color: rgb(202,149,23); }

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

background-color css

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

 a { background-color: rgb(202,149,23); }

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

border-color css

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

 span { border-color: rgb(202,149,23); }

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