Html Css Color HEX #CB9820 Buddha Gold

📋 copy color: '#CB9820'

red 203 ◦ green 152 ◦ blue 32

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

Shades of Buddha Gold #CB9820

Tints of Buddha Gold #CB9820

RGB

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

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

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

R = 52.45%
G = 39.28%
B = 8.27%

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

#CB9820 (or 0xCB9820) is known color: Buddha Gold. HEX triplet: CB, 98 and 20. RGB value is (203,152,32). Sum of RGB (Red+Green+Blue) = 203+152+32=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9820 is #3467DF. Grayscale: #9A9A9A. Windows color (decimal): -3434464 or 2136267. OLE color: 2136267.

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

Color convert

RGB 203 152 32 -
CMYK 0 0.25 0.84 0.20
HSL 42.11º 0.73% 0.46% -
HSV(B) 42.11º 0.84% 0.8% -
XYZ 36.12 35.26 6.27 -
YUV 153.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 203 152 32 0 0.25 0.84 0.20 42.11 0.73 0.46
Hex CB 98 20 0 19 54 14 2A 49 2E
Octal 313 230 40 0 31 124 24 52 111 56
Binary 11001011 10011000 100000 0 11001 1010100 10100 101010 1001001 101110

Color Harmonies of #CB9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9820

Black with #CB9820

Text Example


Text Example

White with #CB9820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9820; }

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

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

background-color css

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

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

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

border-color css

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

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

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