Html Css Color HEX #CBA413 Buddha Gold

📋 copy color: '#CBA413'

red 203 ◦ green 164 ◦ blue 19

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

Shades of Buddha Gold #CBA413

Tints of Buddha Gold #CBA413

RGB

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

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

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

R = 52.59%
G = 42.49%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA413 (or 0xCBA413) is known color: Buddha Gold. HEX triplet: CB, A4 and 13. RGB value is (203,164,19). Sum of RGB (Red+Green+Blue) = 203+164+19=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA413 is #345BEC. Grayscale: #9F9F9F. Windows color (decimal): -3431405 or 1287371. OLE color: 1287371.

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

Color convert

RGB 203 164 19 -
CMYK 0 0.19 0.91 0.20
HSL 47.28º 0.83% 0.44% -
HSV(B) 47.28º 0.91% 0.8% -
XYZ 38.02 39.29 6.2 -
YUV 159.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 203 164 19 0 0.19 0.91 0.20 47.28 0.83 0.44
Hex CB A4 13 0 13 5B 14 2F 53 2C
Octal 313 244 23 0 23 133 24 57 123 54
Binary 11001011 10100100 10011 0 10011 1011011 10100 101111 1010011 101100

Color Harmonies of #CBA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA413

Black with #CBA413

Text Example


Text Example

White with #CBA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA413; }

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

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

background-color css

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

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

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

border-color css

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

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

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