Html Css Color HEX #CB9808 Buddha Gold

📋 copy color: '#CB9808'

red 203 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #CB9808

Tints of Buddha Gold #CB9808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 55.92%
G = 41.87%
B = 2.2%

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

#CB9808 (or 0xCB9808) is known color: Buddha Gold. HEX triplet: CB, 98 and 08. RGB value is (203,152,8). Sum of RGB (Red+Green+Blue) = 203+152+8=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9808 is #3467F7. Grayscale: #979797. Windows color (decimal): -3434488 or 563403. OLE color: 563403.

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

Color convert

RGB 203 152 8 -
CMYK 0 0.25 0.96 0.20
HSL 44.31º 0.92% 0.41% -
HSV(B) 44.31º 0.96% 0.8% -
XYZ 35.9 35.17 5.13 -
YUV 150.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 203 152 8 0 0.25 0.96 0.20 44.31 0.92 0.41
Hex CB 98 8 0 19 60 14 2C 5C 29
Octal 313 230 10 0 31 140 24 54 134 51
Binary 11001011 10011000 1000 0 11001 1100000 10100 101100 1011100 101001

Color Harmonies of #CB9808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9808

Black with #CB9808

Text Example


Text Example

White with #CB9808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9808; }

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

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

background-color css

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

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

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

border-color css

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

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

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