Html Css Color HEX #CA970F Buddha Gold

📋 copy color: '#CA970F'

red 202 ◦ green 151 ◦ blue 15

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

Shades of Buddha Gold #CA970F

Tints of Buddha Gold #CA970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.08%

R = 54.89%
G = 41.03%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA970F (or 0xCA970F) is known color: Buddha Gold. HEX triplet: CA, 97 and 0F. RGB value is (202,151,15). Sum of RGB (Red+Green+Blue) = 202+151+15=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA970F is #3568F0. Grayscale: #979797. Windows color (decimal): -3500273 or 1021898. OLE color: 1021898.

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

Color convert

RGB 202 151 15 -
CMYK 0 0.25 0.93 0.21
HSL 43.64º 0.86% 0.43% -
HSV(B) 43.64º 0.93% 0.79% -
XYZ 35.51 34.72 5.28 -
YUV 150.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 202 151 15 0 0.25 0.93 0.21 43.64 0.86 0.43
Hex CA 97 F 0 19 5D 15 2C 56 2B
Octal 312 227 17 0 31 135 25 54 126 53
Binary 11001010 10010111 1111 0 11001 1011101 10101 101100 1010110 101011

Color Harmonies of #CA970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA970F

Black with #CA970F

Text Example


Text Example

White with #CA970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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