Html Css Color HEX #CB9913 Buddha Gold

📋 copy color: '#CB9913'

red 203 ◦ green 153 ◦ blue 19

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

Shades of Buddha Gold #CB9913

Tints of Buddha Gold #CB9913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 54.13%
G = 40.8%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB9913 (or 0xCB9913) is known color: Buddha Gold. HEX triplet: CB, 99 and 13. RGB value is (203,153,19). Sum of RGB (Red+Green+Blue) = 203+153+19=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9913 is #3466EC. Grayscale: #999999. Windows color (decimal): -3434221 or 1284555. OLE color: 1284555.

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

Color convert

RGB 203 153 19 -
CMYK 0 0.25 0.91 0.20
HSL 43.7º 0.83% 0.44% -
HSV(B) 43.7º 0.91% 0.8% -
XYZ 36.14 35.53 5.57 -
YUV 152.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 203 153 19 0 0.25 0.91 0.20 43.7 0.83 0.44
Hex CB 99 13 0 19 5B 14 2C 53 2C
Octal 313 231 23 0 31 133 24 54 123 54
Binary 11001011 10011001 10011 0 11001 1011011 10100 101100 1010011 101100

Color Harmonies of #CB9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9913

Black with #CB9913

Text Example


Text Example

White with #CB9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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