Html Css Color HEX #CB9809 Buddha Gold

📋 copy color: '#CB9809'

red 203 ◦ green 152 ◦ blue 9

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

Shades of Buddha Gold #CB9809

Tints of Buddha Gold #CB9809

RGB

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

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

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

R = 55.77%
G = 41.76%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB9809 (or 0xCB9809) is known color: Buddha Gold. HEX triplet: CB, 98 and 09. RGB value is (203,152,9). Sum of RGB (Red+Green+Blue) = 203+152+9=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9809 is #3467F6. Grayscale: #979797. Windows color (decimal): -3434487 or 628939. OLE color: 628939.

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

Color convert

RGB 203 152 9 -
CMYK 0 0.25 0.96 0.20
HSL 44.23º 0.92% 0.42% -
HSV(B) 44.23º 0.96% 0.8% -
XYZ 35.91 35.17 5.15 -
YUV 150.95 47.9 165.13 -
System Red Green Blue C M Y K H S L
Decimal 203 152 9 0 0.25 0.96 0.20 44.23 0.92 0.42
Hex CB 98 9 0 19 60 14 2C 5C 2A
Octal 313 230 11 0 31 140 24 54 134 52
Binary 11001011 10011000 1001 0 11001 1100000 10100 101100 1011100 101010

Color Harmonies of #CB9809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9809

Black with #CB9809

Text Example


Text Example

White with #CB9809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9809; }

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

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

background-color css

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

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

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

border-color css

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

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

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