Html Css Color HEX #CBA418 Buddha Gold

📋 copy color: '#CBA418'

red 203 ◦ green 164 ◦ blue 24

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

Shades of Buddha Gold #CBA418

Tints of Buddha Gold #CBA418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 51.92%
G = 41.94%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBA418 (or 0xCBA418) is known color: Buddha Gold. HEX triplet: CB, A4 and 18. RGB value is (203,164,24). Sum of RGB (Red+Green+Blue) = 203+164+24=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA418 is #345BE7. Grayscale: #A0A0A0. Windows color (decimal): -3431400 or 1615051. OLE color: 1615051.

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

Color convert

RGB 203 164 24 -
CMYK 0 0.19 0.88 0.20
HSL 46.93º 0.79% 0.45% -
HSV(B) 46.93º 0.88% 0.8% -
XYZ 38.07 39.31 6.45 -
YUV 159.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 203 164 24 0 0.19 0.88 0.20 46.93 0.79 0.45
Hex CB A4 18 0 13 58 14 2F 4F 2D
Octal 313 244 30 0 23 130 24 57 117 55
Binary 11001011 10100100 11000 0 10011 1011000 10100 101111 1001111 101101

Color Harmonies of #CBA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA418

Black with #CBA418

Text Example


Text Example

White with #CBA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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