Html Css Color HEX #CA940D Buddha Gold

📋 copy color: '#CA940D'

red 202 ◦ green 148 ◦ blue 13

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

Shades of Buddha Gold #CA940D

Tints of Buddha Gold #CA940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

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

R = 55.65%
G = 40.77%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA940D (or 0xCA940D) is known color: Buddha Gold. HEX triplet: CA, 94 and 0D. RGB value is (202,148,13). Sum of RGB (Red+Green+Blue) = 202+148+13=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA940D is #356BF2. Grayscale: #959595. Windows color (decimal): -3501043 or 890058. OLE color: 890058.

HSL color Cylindrical-coordinate representation of color #CA940D: hue angle of 42.86º 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 #CA940D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 13 -
CMYK 0 0.27 0.94 0.21
HSL 42.86º 0.88% 0.42% -
HSV(B) 42.86º 0.94% 0.79% -
XYZ 35.02 33.77 5.05 -
YUV 148.76 51.39 165.98 -
System Red Green Blue C M Y K H S L
Decimal 202 148 13 0 0.27 0.94 0.21 42.86 0.88 0.42
Hex CA 94 D 0 1B 5E 15 2B 58 2A
Octal 312 224 15 0 33 136 25 53 130 52
Binary 11001010 10010100 1101 0 11011 1011110 10101 101011 1011000 101010

Color Harmonies of #CA940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA940D

Black with #CA940D

Text Example


Text Example

White with #CA940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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