Html Css Color HEX #CBA411 Buddha Gold

📋 copy color: '#CBA411'

red 203 ◦ green 164 ◦ blue 17

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

Shades of Buddha Gold #CBA411

Tints of Buddha Gold #CBA411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 52.86%
G = 42.71%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBA411 (or 0xCBA411) is known color: Buddha Gold. HEX triplet: CB, A4 and 11. RGB value is (203,164,17). Sum of RGB (Red+Green+Blue) = 203+164+17=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA411 is #345BEE. Grayscale: #9F9F9F. Windows color (decimal): -3431407 or 1156299. OLE color: 1156299.

HSL color Cylindrical-coordinate representation of color #CBA411: hue angle of 47.42º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBA411 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 17 -
CMYK 0 0.19 0.92 0.20
HSL 47.42º 0.85% 0.43% -
HSV(B) 47.42º 0.92% 0.8% -
XYZ 38.01 39.29 6.11 -
YUV 158.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 203 164 17 0 0.19 0.92 0.20 47.42 0.85 0.43
Hex CB A4 11 0 13 5C 14 2F 55 2B
Octal 313 244 21 0 23 134 24 57 125 53
Binary 11001011 10100100 10001 0 10011 1011100 10100 101111 1010101 101011

Color Harmonies of #CBA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA411

Black with #CBA411

Text Example


Text Example

White with #CBA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA411; }

 p { color: rgb(203,164,17); }

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

background-color css

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

 a { background-color: rgb(203,164,17); }

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

border-color css

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

 span { border-color: rgb(203,164,17); }

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