Html Css Color HEX #CBA613 Buddha Gold

📋 copy color: '#CBA613'

red 203 ◦ green 166 ◦ blue 19

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

Shades of Buddha Gold #CBA613

Tints of Buddha Gold #CBA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 19 (7.81% from 255) = 4.9%

R = 52.32%
G = 42.78%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA613 (or 0xCBA613) is known color: Buddha Gold. HEX triplet: CB, A6 and 13. RGB value is (203,166,19). Sum of RGB (Red+Green+Blue) = 203+166+19=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA613 is #3459EC. Grayscale: #A0A0A0. Windows color (decimal): -3430893 or 1287883. OLE color: 1287883.

HSL color Cylindrical-coordinate representation of color #CBA613: hue angle of 47.93º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBA613 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 19 -
CMYK 0 0.18 0.91 0.20
HSL 47.93º 0.83% 0.44% -
HSV(B) 47.93º 0.91% 0.8% -
XYZ 38.38 40.02 6.32 -
YUV 160.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 203 166 19 0 0.18 0.91 0.20 47.93 0.83 0.44
Hex CB A6 13 0 12 5B 14 30 53 2C
Octal 313 246 23 0 22 133 24 60 123 54
Binary 11001011 10100110 10011 0 10010 1011011 10100 110000 1010011 101100

Color Harmonies of #CBA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA613

Black with #CBA613

Text Example


Text Example

White with #CBA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA613; }

 p { color: rgb(203,166,19); }

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

background-color css

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

 a { background-color: rgb(203,166,19); }

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

border-color css

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

 span { border-color: rgb(203,166,19); }

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