Html Css Color HEX #CA980B Buddha Gold

📋 copy color: '#CA980B'

red 202 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #CA980B

Tints of Buddha Gold #CA980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 55.34%
G = 41.64%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA980B (or 0xCA980B) is known color: Buddha Gold. HEX triplet: CA, 98 and 0B. RGB value is (202,152,11). Sum of RGB (Red+Green+Blue) = 202+152+11=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA980B is #3567F4. Grayscale: #979797. Windows color (decimal): -3500021 or 760010. OLE color: 760010.

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

Color convert

RGB 202 152 11 -
CMYK 0 0.25 0.95 0.21
HSL 44.29º 0.9% 0.42% -
HSV(B) 44.29º 0.95% 0.79% -
XYZ 35.65 35.04 5.2 -
YUV 150.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 202 152 11 0 0.25 0.95 0.21 44.29 0.9 0.42
Hex CA 98 B 0 19 5F 15 2C 5A 2A
Octal 312 230 13 0 31 137 25 54 132 52
Binary 11001010 10011000 1011 0 11001 1011111 10101 101100 1011010 101010

Color Harmonies of #CA980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA980B

Black with #CA980B

Text Example


Text Example

White with #CA980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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