Html Css Color HEX #CA9713 Buddha Gold

📋 copy color: '#CA9713'

red 202 ◦ green 151 ◦ blue 19

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

Shades of Buddha Gold #CA9713

Tints of Buddha Gold #CA9713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.59%

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 54.3%
G = 40.59%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA9713 (or 0xCA9713) is known color: Buddha Gold. HEX triplet: CA, 97 and 13. RGB value is (202,151,19). Sum of RGB (Red+Green+Blue) = 202+151+19=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9713 is #3568EC. Grayscale: #979797. Windows color (decimal): -3500269 or 1284042. OLE color: 1284042.

HSL color Cylindrical-coordinate representation of color #CA9713: hue angle of 43.28º degrees, saturation: 0.83, 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 #CA9713 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 151 19 -
CMYK 0 0.25 0.91 0.21
HSL 43.28º 0.83% 0.43% -
HSV(B) 43.28º 0.91% 0.79% -
XYZ 35.54 34.74 5.45 -
YUV 151.2 53.4 164.23 -
System Red Green Blue C M Y K H S L
Decimal 202 151 19 0 0.25 0.91 0.21 43.28 0.83 0.43
Hex CA 97 13 0 19 5B 15 2B 53 2B
Octal 312 227 23 0 31 133 25 53 123 53
Binary 11001010 10010111 10011 0 11001 1011011 10101 101011 1010011 101011

Color Harmonies of #CA9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9713

Black with #CA9713

Text Example


Text Example

White with #CA9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9713; }

 p { color: rgb(202,151,19); }

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

background-color css

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

 a { background-color: rgb(202,151,19); }

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

border-color css

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

 span { border-color: rgb(202,151,19); }

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