Html Css Color HEX #CBA417 Buddha Gold

📋 copy color: '#CBA417'

red 203 ◦ green 164 ◦ blue 23

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

Shades of Buddha Gold #CBA417

Tints of Buddha Gold #CBA417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.9%

R = 52.05%
G = 42.05%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBA417 (or 0xCBA417) is known color: Buddha Gold. HEX triplet: CB, A4 and 17. RGB value is (203,164,23). Sum of RGB (Red+Green+Blue) = 203+164+23=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA417 is #345BE8. Grayscale: #A0A0A0. Windows color (decimal): -3431401 or 1549515. OLE color: 1549515.

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

Color convert

RGB 203 164 23 -
CMYK 0 0.19 0.89 0.20
HSL 47º 0.8% 0.44% -
HSV(B) 47º 0.89% 0.8% -
XYZ 38.06 39.31 6.39 -
YUV 159.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 203 164 23 0 0.19 0.89 0.20 47 0.8 0.44
Hex CB A4 17 0 13 59 14 2F 50 2C
Octal 313 244 27 0 23 131 24 57 120 54
Binary 11001011 10100100 10111 0 10011 1011001 10100 101111 1010000 101100

Color Harmonies of #CBA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA417

Black with #CBA417

Text Example


Text Example

White with #CBA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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