Html Css Color HEX #CBA80A Buddha Gold

📋 copy color: '#CBA80A'

red 203 ◦ green 168 ◦ blue 10

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

Shades of Buddha Gold #CBA80A

Tints of Buddha Gold #CBA80A

RGB

 RED value IS 203 (79.69% from 255) = 53.28%

 GREEN value IS 168 (66.02% from 255) = 44.09%

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 53.28%
G = 44.09%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBA80A (or 0xCBA80A) is known color: Buddha Gold. HEX triplet: CB, A8 and 0A. RGB value is (203,168,10). Sum of RGB (Red+Green+Blue) = 203+168+10=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA80A is #3457F5. Grayscale: #A1A1A1. Windows color (decimal): -3430390 or 698571. OLE color: 698571.

HSL color Cylindrical-coordinate representation of color #CBA80A: hue angle of 49.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBA80A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 10 -
CMYK 0 0.17 0.95 0.20
HSL 49.12º 0.91% 0.42% -
HSV(B) 49.12º 0.95% 0.8% -
XYZ 38.69 40.72 6.11 -
YUV 160.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 203 168 10 0 0.17 0.95 0.20 49.12 0.91 0.42
Hex CB A8 A 0 11 5F 14 31 5B 2A
Octal 313 250 12 0 21 137 24 61 133 52
Binary 11001011 10101000 1010 0 10001 1011111 10100 110001 1011011 101010

Color Harmonies of #CBA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA80A

Black with #CBA80A

Text Example


Text Example

White with #CBA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA80A; }

 p { color: rgb(203,168,10); }

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

background-color css

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

 a { background-color: rgb(203,168,10); }

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

border-color css

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

 span { border-color: rgb(203,168,10); }

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