Html Css Color HEX #CB9916 Buddha Gold

📋 copy color: '#CB9916'

red 203 ◦ green 153 ◦ blue 22

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

Shades of Buddha Gold #CB9916

Tints of Buddha Gold #CB9916

RGB

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

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

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

R = 53.7%
G = 40.48%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB9916 (or 0xCB9916) is known color: Buddha Gold. HEX triplet: CB, 99 and 16. RGB value is (203,153,22). Sum of RGB (Red+Green+Blue) = 203+153+22=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9916 is #3466E9. Grayscale: #999999. Windows color (decimal): -3434218 or 1481163. OLE color: 1481163.

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

Color convert

RGB 203 153 22 -
CMYK 0 0.25 0.89 0.20
HSL 43.43º 0.8% 0.44% -
HSV(B) 43.43º 0.89% 0.8% -
XYZ 36.16 35.54 5.71 -
YUV 153.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 203 153 22 0 0.25 0.89 0.20 43.43 0.8 0.44
Hex CB 99 16 0 19 59 14 2B 50 2C
Octal 313 231 26 0 31 131 24 53 120 54
Binary 11001011 10011001 10110 0 11001 1011001 10100 101011 1010000 101100

Color Harmonies of #CB9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9916

Black with #CB9916

Text Example


Text Example

White with #CB9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9916; }

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

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

background-color css

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

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

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

border-color css

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

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

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