Html Css Color HEX #CBA80E Buddha Gold

📋 copy color: '#CBA80E'

red 203 ◦ green 168 ◦ blue 14

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

Shades of Buddha Gold #CBA80E

Tints of Buddha Gold #CBA80E

RGB

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

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

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

R = 52.73%
G = 43.64%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA80E (or 0xCBA80E) is known color: Buddha Gold. HEX triplet: CB, A8 and 0E. RGB value is (203,168,14). Sum of RGB (Red+Green+Blue) = 203+168+14=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA80E is #3457F1. Grayscale: #A1A1A1. Windows color (decimal): -3430386 or 960715. OLE color: 960715.

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

Color convert

RGB 203 168 14 -
CMYK 0 0.17 0.93 0.20
HSL 48.89º 0.87% 0.43% -
HSV(B) 48.89º 0.93% 0.8% -
XYZ 38.71 40.73 6.24 -
YUV 160.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 203 168 14 0 0.17 0.93 0.20 48.89 0.87 0.43
Hex CB A8 E 0 11 5D 14 31 57 2B
Octal 313 250 16 0 21 135 24 61 127 53
Binary 11001011 10101000 1110 0 10001 1011101 10100 110001 1010111 101011

Color Harmonies of #CBA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA80E

Black with #CBA80E

Text Example


Text Example

White with #CBA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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