Html Css Color HEX #CBA614 Buddha Gold

📋 copy color: '#CBA614'

red 203 ◦ green 166 ◦ blue 20

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

Shades of Buddha Gold #CBA614

Tints of Buddha Gold #CBA614

RGB

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

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

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

R = 52.19%
G = 42.67%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA614 (or 0xCBA614) is known color: Buddha Gold. HEX triplet: CB, A6 and 14. RGB value is (203,166,20). Sum of RGB (Red+Green+Blue) = 203+166+20=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA614 is #3459EB. Grayscale: #A1A1A1. Windows color (decimal): -3430892 or 1353419. OLE color: 1353419.

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

Color convert

RGB 203 166 20 -
CMYK 0 0.18 0.90 0.20
HSL 47.87º 0.82% 0.44% -
HSV(B) 47.87º 0.9% 0.8% -
XYZ 38.39 40.02 6.36 -
YUV 160.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 203 166 20 0 0.18 0.90 0.20 47.87 0.82 0.44
Hex CB A6 14 0 12 5A 14 30 52 2C
Octal 313 246 24 0 22 132 24 60 122 54
Binary 11001011 10100110 10100 0 10010 1011010 10100 110000 1010010 101100

Color Harmonies of #CBA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA614

Black with #CBA614

Text Example


Text Example

White with #CBA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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