Html Css Color HEX #CB9517 Buddha Gold

📋 copy color: '#CB9517'

red 203 ◦ green 149 ◦ blue 23

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

Shades of Buddha Gold #CB9517

Tints of Buddha Gold #CB9517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 54.13%
G = 39.73%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB9517 (or 0xCB9517) is known color: Buddha Gold. HEX triplet: CB, 95 and 17. RGB value is (203,149,23). Sum of RGB (Red+Green+Blue) = 203+149+23=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9517 is #346AE8. Grayscale: #979797. Windows color (decimal): -3435241 or 1545675. OLE color: 1545675.

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

Color convert

RGB 203 149 23 -
CMYK 0 0.27 0.89 0.20
HSL 42º 0.8% 0.44% -
HSV(B) 42º 0.89% 0.8% -
XYZ 35.53 34.25 5.55 -
YUV 150.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 203 149 23 0 0.27 0.89 0.20 42 0.8 0.44
Hex CB 95 17 0 1B 59 14 2A 50 2C
Octal 313 225 27 0 33 131 24 52 120 54
Binary 11001011 10010101 10111 0 11011 1011001 10100 101010 1010000 101100

Color Harmonies of #CB9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9517

Black with #CB9517

Text Example


Text Example

White with #CB9517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9517; }

 p { color: rgb(203,149,23); }

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

background-color css

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

 a { background-color: rgb(203,149,23); }

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

border-color css

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

 span { border-color: rgb(203,149,23); }

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