Html Css Color HEX #CA9A0D Buddha Gold

📋 copy color: '#CA9A0D'

red 202 ◦ green 154 ◦ blue 13

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

Shades of Buddha Gold #CA9A0D

Tints of Buddha Gold #CA9A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

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

R = 54.74%
G = 41.73%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA9A0D (or 0xCA9A0D) is known color: Buddha Gold. HEX triplet: CA, 9A and 0D. RGB value is (202,154,13). Sum of RGB (Red+Green+Blue) = 202+154+13=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9A0D is #3565F2. Grayscale: #989898. Windows color (decimal): -3499507 or 891594. OLE color: 891594.

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

Color convert

RGB 202 154 13 -
CMYK 0 0.24 0.94 0.21
HSL 44.76º 0.88% 0.42% -
HSV(B) 44.76º 0.94% 0.79% -
XYZ 35.99 35.7 5.37 -
YUV 152.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 202 154 13 0 0.24 0.94 0.21 44.76 0.88 0.42
Hex CA 9A D 0 18 5E 15 2D 58 2A
Octal 312 232 15 0 30 136 25 55 130 52
Binary 11001010 10011010 1101 0 11000 1011110 10101 101101 1011000 101010

Color Harmonies of #CA9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9A0D

Black with #CA9A0D

Text Example


Text Example

White with #CA9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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