Html Css Color HEX #CA9412 Buddha Gold

📋 copy color: '#CA9412'

red 202 ◦ green 148 ◦ blue 18

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

Shades of Buddha Gold #CA9412

Tints of Buddha Gold #CA9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 54.89%
G = 40.22%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA9412 (or 0xCA9412) is known color: Buddha Gold. HEX triplet: CA, 94 and 12. RGB value is (202,148,18). Sum of RGB (Red+Green+Blue) = 202+148+18=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9412 is #356BED. Grayscale: #959595. Windows color (decimal): -3501038 or 1217738. OLE color: 1217738.

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

Color convert

RGB 202 148 18 -
CMYK 0 0.27 0.91 0.21
HSL 42.39º 0.84% 0.43% -
HSV(B) 42.39º 0.91% 0.79% -
XYZ 35.06 33.78 5.24 -
YUV 149.33 53.89 165.57 -
System Red Green Blue C M Y K H S L
Decimal 202 148 18 0 0.27 0.91 0.21 42.39 0.84 0.43
Hex CA 94 12 0 1B 5B 15 2A 54 2B
Octal 312 224 22 0 33 133 25 52 124 53
Binary 11001010 10010100 10010 0 11011 1011011 10101 101010 1010100 101011

Color Harmonies of #CA9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9412

Black with #CA9412

Text Example


Text Example

White with #CA9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9412; }

 p { color: rgb(202,148,18); }

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

background-color css

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

 a { background-color: rgb(202,148,18); }

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

border-color css

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

 span { border-color: rgb(202,148,18); }

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