Html Css Color HEX #CA980D Buddha Gold

📋 copy color: '#CA980D'

red 202 ◦ green 152 ◦ blue 13

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

Shades of Buddha Gold #CA980D

Tints of Buddha Gold #CA980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

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

R = 55.04%
G = 41.42%
B = 3.54%

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

#CA980D (or 0xCA980D) is known color: Buddha Gold. HEX triplet: CA, 98 and 0D. RGB value is (202,152,13). Sum of RGB (Red+Green+Blue) = 202+152+13=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA980D is #3567F2. Grayscale: #979797. Windows color (decimal): -3500019 or 891082. OLE color: 891082.

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

Color convert

RGB 202 152 13 -
CMYK 0 0.25 0.94 0.21
HSL 44.13º 0.88% 0.42% -
HSV(B) 44.13º 0.94% 0.79% -
XYZ 35.66 35.04 5.27 -
YUV 151.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 202 152 13 0 0.25 0.94 0.21 44.13 0.88 0.42
Hex CA 98 D 0 19 5E 15 2C 58 2A
Octal 312 230 15 0 31 136 25 54 130 52
Binary 11001010 10011000 1101 0 11001 1011110 10101 101100 1011000 101010

Color Harmonies of #CA980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA980D

Black with #CA980D

Text Example


Text Example

White with #CA980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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