Html Css Color HEX #CB9716 Buddha Gold

📋 copy color: '#CB9716'

red 203 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #CB9716

Tints of Buddha Gold #CB9716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 53.99%
G = 40.16%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB9716 (or 0xCB9716) is known color: Buddha Gold. HEX triplet: CB, 97 and 16. RGB value is (203,151,22). Sum of RGB (Red+Green+Blue) = 203+151+22=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9716 is #3468E9. Grayscale: #989898. Windows color (decimal): -3434730 or 1480651. OLE color: 1480651.

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

Color convert

RGB 203 151 22 -
CMYK 0 0.26 0.89 0.20
HSL 42.76º 0.8% 0.44% -
HSV(B) 42.76º 0.89% 0.8% -
XYZ 35.84 34.89 5.6 -
YUV 151.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 203 151 22 0 0.26 0.89 0.20 42.76 0.8 0.44
Hex CB 97 16 0 1A 59 14 2B 50 2C
Octal 313 227 26 0 32 131 24 53 120 54
Binary 11001011 10010111 10110 0 11010 1011001 10100 101011 1010000 101100

Color Harmonies of #CB9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9716

Black with #CB9716

Text Example


Text Example

White with #CB9716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9716; }

 p { color: rgb(203,151,22); }

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

background-color css

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

 a { background-color: rgb(203,151,22); }

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

border-color css

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

 span { border-color: rgb(203,151,22); }

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