Html Css Color HEX #CB9515 Buddha Gold

📋 copy color: '#CB9515'

red 203 ◦ green 149 ◦ blue 21

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

Shades of Buddha Gold #CB9515

Tints of Buddha Gold #CB9515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 54.42%
G = 39.95%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB9515 (or 0xCB9515) is known color: Buddha Gold. HEX triplet: CB, 95 and 15. RGB value is (203,149,21). Sum of RGB (Red+Green+Blue) = 203+149+21=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9515 is #346AEA. Grayscale: #979797. Windows color (decimal): -3435243 or 1414603. OLE color: 1414603.

HSL color Cylindrical-coordinate representation of color #CB9515: hue angle of 42.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB9515 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 21 -
CMYK 0 0.27 0.90 0.20
HSL 42.2º 0.81% 0.44% -
HSV(B) 42.2º 0.9% 0.8% -
XYZ 35.51 34.25 5.45 -
YUV 150.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 203 149 21 0 0.27 0.90 0.20 42.2 0.81 0.44
Hex CB 95 15 0 1B 5A 14 2A 51 2C
Octal 313 225 25 0 33 132 24 52 121 54
Binary 11001011 10010101 10101 0 11011 1011010 10100 101010 1010001 101100

Color Harmonies of #CB9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9515

Black with #CB9515

Text Example


Text Example

White with #CB9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9515; }

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

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

background-color css

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

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

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

border-color css

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

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

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