Html Css Color HEX #CBA20E Buddha Gold

📋 copy color: '#CBA20E'

red 203 ◦ green 162 ◦ blue 14

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

Shades of Buddha Gold #CBA20E

Tints of Buddha Gold #CBA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.74%

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

R = 53.56%
G = 42.74%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA20E (or 0xCBA20E) is known color: Buddha Gold. HEX triplet: CB, A2 and 0E. RGB value is (203,162,14). Sum of RGB (Red+Green+Blue) = 203+162+14=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA20E is #345DF1. Grayscale: #9E9E9E. Windows color (decimal): -3431922 or 959179. OLE color: 959179.

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

Color convert

RGB 203 162 14 -
CMYK 0 0.20 0.93 0.20
HSL 46.98º 0.87% 0.43% -
HSV(B) 46.98º 0.93% 0.8% -
XYZ 37.63 38.57 5.88 -
YUV 157.39 47.08 160.53 -
System Red Green Blue C M Y K H S L
Decimal 203 162 14 0 0.20 0.93 0.20 46.98 0.87 0.43
Hex CB A2 E 0 14 5D 14 2F 57 2B
Octal 313 242 16 0 24 135 24 57 127 53
Binary 11001011 10100010 1110 0 10100 1011101 10100 101111 1010111 101011

Color Harmonies of #CBA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA20E

Black with #CBA20E

Text Example


Text Example

White with #CBA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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