Html Css Color HEX #CA8F14 Buddha Gold

📋 copy color: '#CA8F14'

red 202 ◦ green 143 ◦ blue 20

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

Shades of Buddha Gold #CA8F14

Tints of Buddha Gold #CA8F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 55.34%
G = 39.18%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA8F14 (or 0xCA8F14) is known color: Buddha Gold. HEX triplet: CA, 8F and 14. RGB value is (202,143,20). Sum of RGB (Red+Green+Blue) = 202+143+20=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F14 is #3570EB. Grayscale: #939393. Windows color (decimal): -3502316 or 1347530. OLE color: 1347530.

HSL color Cylindrical-coordinate representation of color #CA8F14: hue angle of 40.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA8F14 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 20 -
CMYK 0 0.29 0.90 0.21
HSL 40.55º 0.82% 0.44% -
HSV(B) 40.55º 0.9% 0.79% -
XYZ 34.31 32.25 5.08 -
YUV 146.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 202 143 20 0 0.29 0.90 0.21 40.55 0.82 0.44
Hex CA 8F 14 0 1D 5A 15 29 52 2C
Octal 312 217 24 0 35 132 25 51 122 54
Binary 11001010 10001111 10100 0 11101 1011010 10101 101001 1010010 101100

Color Harmonies of #CA8F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F14

Black with #CA8F14

Text Example


Text Example

White with #CA8F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F14; }

 p { color: rgb(202,143,20); }

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

background-color css

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

 a { background-color: rgb(202,143,20); }

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

border-color css

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

 span { border-color: rgb(202,143,20); }

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