Html Css Color HEX #CBA812 Buddha Gold

📋 copy color: '#CBA812'

red 203 ◦ green 168 ◦ blue 18

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

Shades of Buddha Gold #CBA812

Tints of Buddha Gold #CBA812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 52.19%
G = 43.19%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA812 (or 0xCBA812) is known color: Buddha Gold. HEX triplet: CB, A8 and 12. RGB value is (203,168,18). Sum of RGB (Red+Green+Blue) = 203+168+18=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA812 is #3457ED. Grayscale: #A1A1A1. Windows color (decimal): -3430382 or 1222859. OLE color: 1222859.

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

Color convert

RGB 203 168 18 -
CMYK 0 0.17 0.91 0.20
HSL 48.65º 0.84% 0.43% -
HSV(B) 48.65º 0.91% 0.8% -
XYZ 38.74 40.75 6.4 -
YUV 161.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 203 168 18 0 0.17 0.91 0.20 48.65 0.84 0.43
Hex CB A8 12 0 11 5B 14 31 54 2B
Octal 313 250 22 0 21 133 24 61 124 53
Binary 11001011 10101000 10010 0 10001 1011011 10100 110001 1010100 101011

Color Harmonies of #CBA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA812

Black with #CBA812

Text Example


Text Example

White with #CBA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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