Html Css Color HEX #CA970D Buddha Gold

📋 copy color: '#CA970D'

red 202 ◦ green 151 ◦ blue 13

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

Shades of Buddha Gold #CA970D

Tints of Buddha Gold #CA970D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 55.19%
G = 41.26%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA970D (or 0xCA970D) is known color: Buddha Gold. HEX triplet: CA, 97 and 0D. RGB value is (202,151,13). Sum of RGB (Red+Green+Blue) = 202+151+13=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA970D is #3568F2. Grayscale: #979797. Windows color (decimal): -3500275 or 890826. OLE color: 890826.

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

Color convert

RGB 202 151 13 -
CMYK 0 0.25 0.94 0.21
HSL 43.81º 0.88% 0.42% -
HSV(B) 43.81º 0.94% 0.79% -
XYZ 35.5 34.72 5.21 -
YUV 150.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 202 151 13 0 0.25 0.94 0.21 43.81 0.88 0.42
Hex CA 97 D 0 19 5E 15 2C 58 2A
Octal 312 227 15 0 31 136 25 54 130 52
Binary 11001010 10010111 1101 0 11001 1011110 10101 101100 1011000 101010

Color Harmonies of #CA970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA970D

Black with #CA970D

Text Example


Text Example

White with #CA970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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