Html Css Color HEX #CB9709 Buddha Gold

📋 copy color: '#CB9709'

red 203 ◦ green 151 ◦ blue 9

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

Shades of Buddha Gold #CB9709

Tints of Buddha Gold #CB9709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 55.92%
G = 41.6%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB9709 (or 0xCB9709) is known color: Buddha Gold. HEX triplet: CB, 97 and 09. RGB value is (203,151,9). Sum of RGB (Red+Green+Blue) = 203+151+9=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9709 is #3468F6. Grayscale: #969696. Windows color (decimal): -3434743 or 628683. OLE color: 628683.

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

Color convert

RGB 203 151 9 -
CMYK 0 0.26 0.96 0.20
HSL 43.92º 0.92% 0.42% -
HSV(B) 43.92º 0.96% 0.8% -
XYZ 35.74 34.85 5.1 -
YUV 150.36 48.23 165.55 -
System Red Green Blue C M Y K H S L
Decimal 203 151 9 0 0.26 0.96 0.20 43.92 0.92 0.42
Hex CB 97 9 0 1A 60 14 2C 5C 2A
Octal 313 227 11 0 32 140 24 54 134 52
Binary 11001011 10010111 1001 0 11010 1100000 10100 101100 1011100 101010

Color Harmonies of #CB9709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9709

Black with #CB9709

Text Example


Text Example

White with #CB9709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9709; }

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

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

background-color css

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

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

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

border-color css

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

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

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