Html Css Color HEX #CB9920 Buddha Gold

📋 copy color: '#CB9920'

red 203 ◦ green 153 ◦ blue 32

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

Shades of Buddha Gold #CB9920

Tints of Buddha Gold #CB9920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 32 (12.89% from 255) = 8.25%

R = 52.32%
G = 39.43%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9920 (or 0xCB9920) is known color: Buddha Gold. HEX triplet: CB, 99 and 20. RGB value is (203,153,32). Sum of RGB (Red+Green+Blue) = 203+153+32=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9920 is #3466DF. Grayscale: #9A9A9A. Windows color (decimal): -3434208 or 2136523. OLE color: 2136523.

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

Color convert

RGB 203 153 32 -
CMYK 0 0.25 0.84 0.20
HSL 42.46º 0.73% 0.46% -
HSV(B) 42.46º 0.84% 0.8% -
XYZ 36.28 35.58 6.32 -
YUV 154.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 203 153 32 0 0.25 0.84 0.20 42.46 0.73 0.46
Hex CB 99 20 0 19 54 14 2A 49 2E
Octal 313 231 40 0 31 124 24 52 111 56
Binary 11001011 10011001 100000 0 11001 1010100 10100 101010 1001001 101110

Color Harmonies of #CB9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9920

Black with #CB9920

Text Example


Text Example

White with #CB9920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9920; }

 p { color: rgb(203,153,32); }

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

background-color css

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

 a { background-color: rgb(203,153,32); }

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

border-color css

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

 span { border-color: rgb(203,153,32); }

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