Html Css Color HEX #CBA10E Buddha Gold

📋 copy color: '#CBA10E'

red 203 ◦ green 161 ◦ blue 14

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

Shades of Buddha Gold #CBA10E

Tints of Buddha Gold #CBA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.59%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 53.7%
G = 42.59%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA10E (or 0xCBA10E) is known color: Buddha Gold. HEX triplet: CB, A1 and 0E. RGB value is (203,161,14). Sum of RGB (Red+Green+Blue) = 203+161+14=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA10E is #345EF1. Grayscale: #9D9D9D. Windows color (decimal): -3432178 or 958923. OLE color: 958923.

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

Color convert

RGB 203 161 14 -
CMYK 0 0.21 0.93 0.20
HSL 46.67º 0.87% 0.43% -
HSV(B) 46.67º 0.93% 0.8% -
XYZ 37.45 38.22 5.82 -
YUV 156.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 203 161 14 0 0.21 0.93 0.20 46.67 0.87 0.43
Hex CB A1 E 0 15 5D 14 2F 57 2B
Octal 313 241 16 0 25 135 24 57 127 53
Binary 11001011 10100001 1110 0 10101 1011101 10100 101111 1010111 101011

Color Harmonies of #CBA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA10E

Black with #CBA10E

Text Example


Text Example

White with #CBA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA10E; }

 p { color: rgb(203,161,14); }

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

background-color css

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

 a { background-color: rgb(203,161,14); }

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

border-color css

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

 span { border-color: rgb(203,161,14); }

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