Html Css Color HEX #CB9710 Buddha Gold

📋 copy color: '#CB9710'

red 203 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #CB9710

Tints of Buddha Gold #CB9710

RGB

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

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

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

R = 54.86%
G = 40.81%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB9710 (or 0xCB9710) is known color: Buddha Gold. HEX triplet: CB, 97 and 10. RGB value is (203,151,16). Sum of RGB (Red+Green+Blue) = 203+151+16=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9710 is #3468EF. Grayscale: #979797. Windows color (decimal): -3434736 or 1087435. OLE color: 1087435.

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

Color convert

RGB 203 151 16 -
CMYK 0 0.26 0.92 0.20
HSL 43.32º 0.85% 0.43% -
HSV(B) 43.32º 0.92% 0.8% -
XYZ 35.79 34.87 5.33 -
YUV 151.16 51.73 164.98 -
System Red Green Blue C M Y K H S L
Decimal 203 151 16 0 0.26 0.92 0.20 43.32 0.85 0.43
Hex CB 97 10 0 1A 5C 14 2B 55 2B
Octal 313 227 20 0 32 134 24 53 125 53
Binary 11001011 10010111 10000 0 11010 1011100 10100 101011 1010101 101011

Color Harmonies of #CB9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9710

Black with #CB9710

Text Example


Text Example

White with #CB9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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