Html Css Color HEX #CB9810 Buddha Gold

📋 copy color: '#CB9810'

red 203 ◦ green 152 ◦ blue 16

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

Shades of Buddha Gold #CB9810

Tints of Buddha Gold #CB9810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.97%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 54.72%
G = 40.97%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB9810 (or 0xCB9810) is known color: Buddha Gold. HEX triplet: CB, 98 and 10. RGB value is (203,152,16). Sum of RGB (Red+Green+Blue) = 203+152+16=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9810 is #3467EF. Grayscale: #989898. Windows color (decimal): -3434480 or 1087691. OLE color: 1087691.

HSL color Cylindrical-coordinate representation of color #CB9810: hue angle of 43.64º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB9810 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 16 -
CMYK 0 0.25 0.92 0.20
HSL 43.64º 0.85% 0.43% -
HSV(B) 43.64º 0.92% 0.8% -
XYZ 35.95 35.19 5.39 -
YUV 151.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 203 152 16 0 0.25 0.92 0.20 43.64 0.85 0.43
Hex CB 98 10 0 19 5C 14 2C 55 2B
Octal 313 230 20 0 31 134 24 54 125 53
Binary 11001011 10011000 10000 0 11001 1011100 10100 101100 1010101 101011

Color Harmonies of #CB9810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9810

Black with #CB9810

Text Example


Text Example

White with #CB9810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9810; }

 p { color: rgb(203,152,16); }

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

background-color css

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

 a { background-color: rgb(203,152,16); }

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

border-color css

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

 span { border-color: rgb(203,152,16); }

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