Html Css Color HEX #CA970A Buddha Gold

📋 copy color: '#CA970A'

red 202 ◦ green 151 ◦ blue 10

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

Shades of Buddha Gold #CA970A

Tints of Buddha Gold #CA970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 55.65%
G = 41.6%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA970A (or 0xCA970A) is known color: Buddha Gold. HEX triplet: CA, 97 and 0A. RGB value is (202,151,10). Sum of RGB (Red+Green+Blue) = 202+151+10=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA970A is #3568F5. Grayscale: #969696. Windows color (decimal): -3500278 or 694218. OLE color: 694218.

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

Color convert

RGB 202 151 10 -
CMYK 0 0.25 0.95 0.21
HSL 44.06º 0.91% 0.42% -
HSV(B) 44.06º 0.95% 0.79% -
XYZ 35.48 34.71 5.12 -
YUV 150.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 202 151 10 0 0.25 0.95 0.21 44.06 0.91 0.42
Hex CA 97 A 0 19 5F 15 2C 5B 2A
Octal 312 227 12 0 31 137 25 54 133 52
Binary 11001010 10010111 1010 0 11001 1011111 10101 101100 1011011 101010

Color Harmonies of #CA970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA970A

Black with #CA970A

Text Example


Text Example

White with #CA970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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