Html Css Color HEX #CBA514 Buddha Gold

📋 copy color: '#CBA514'

red 203 ◦ green 165 ◦ blue 20

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

Shades of Buddha Gold #CBA514

Tints of Buddha Gold #CBA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.53%

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 52.32%
G = 42.53%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA514 (or 0xCBA514) is known color: Buddha Gold. HEX triplet: CB, A5 and 14. RGB value is (203,165,20). Sum of RGB (Red+Green+Blue) = 203+165+20=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA514 is #345AEB. Grayscale: #A0A0A0. Windows color (decimal): -3431148 or 1353163. OLE color: 1353163.

HSL color Cylindrical-coordinate representation of color #CBA514: hue angle of 47.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA514 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 20 -
CMYK 0 0.19 0.90 0.20
HSL 47.54º 0.82% 0.44% -
HSV(B) 47.54º 0.9% 0.8% -
XYZ 38.21 39.66 6.3 -
YUV 159.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 203 165 20 0 0.19 0.90 0.20 47.54 0.82 0.44
Hex CB A5 14 0 13 5A 14 30 52 2C
Octal 313 245 24 0 23 132 24 60 122 54
Binary 11001011 10100101 10100 0 10011 1011010 10100 110000 1010010 101100

Color Harmonies of #CBA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA514

Black with #CBA514

Text Example


Text Example

White with #CBA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA514; }

 p { color: rgb(203,165,20); }

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

background-color css

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

 a { background-color: rgb(203,165,20); }

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

border-color css

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

 span { border-color: rgb(203,165,20); }

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