Html Css Color HEX #CBA912 Buddha Gold

📋 copy color: '#CBA912'

red 203 ◦ green 169 ◦ blue 18

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

Shades of Buddha Gold #CBA912

Tints of Buddha Gold #CBA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.33%

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

R = 52.05%
G = 43.33%
B = 4.62%

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

#CBA912 (or 0xCBA912) is known color: Buddha Gold. HEX triplet: CB, A9 and 12. RGB value is (203,169,18). Sum of RGB (Red+Green+Blue) = 203+169+18=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA912 is #3456ED. Grayscale: #A2A2A2. Windows color (decimal): -3430126 or 1223115. OLE color: 1223115.

HSL color Cylindrical-coordinate representation of color #CBA912: hue angle of 48.97º 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 #CBA912 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 18 -
CMYK 0 0.17 0.91 0.20
HSL 48.97º 0.84% 0.43% -
HSV(B) 48.97º 0.91% 0.8% -
XYZ 38.93 41.12 6.46 -
YUV 161.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 203 169 18 0 0.17 0.91 0.20 48.97 0.84 0.43
Hex CB A9 12 0 11 5B 14 31 54 2B
Octal 313 251 22 0 21 133 24 61 124 53
Binary 11001011 10101001 10010 0 10001 1011011 10100 110001 1010100 101011

Color Harmonies of #CBA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA912

Black with #CBA912

Text Example


Text Example

White with #CBA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA912; }

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

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

background-color css

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

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

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

border-color css

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

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

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