Html Css Color HEX #CB9013 Buddha Gold

📋 copy color: '#CB9013'

red 203 ◦ green 144 ◦ blue 19

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

Shades of Buddha Gold #CB9013

Tints of Buddha Gold #CB9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

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

R = 55.46%
G = 39.34%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB9013 (or 0xCB9013) is known color: Buddha Gold. HEX triplet: CB, 90 and 13. RGB value is (203,144,19). Sum of RGB (Red+Green+Blue) = 203+144+19=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9013 is #346FEC. Grayscale: #939393. Windows color (decimal): -3436525 or 1282251. OLE color: 1282251.

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

Color convert

RGB 203 144 19 -
CMYK 0 0.29 0.91 0.20
HSL 40.76º 0.83% 0.44% -
HSV(B) 40.76º 0.91% 0.8% -
XYZ 34.72 32.69 5.1 -
YUV 147.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 203 144 19 0 0.29 0.91 0.20 40.76 0.83 0.44
Hex CB 90 13 0 1D 5B 14 29 53 2C
Octal 313 220 23 0 35 133 24 51 123 54
Binary 11001011 10010000 10011 0 11101 1011011 10100 101001 1010011 101100

Color Harmonies of #CB9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9013

Black with #CB9013

Text Example


Text Example

White with #CB9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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