Html Css Color HEX #CB9921 Buddha Gold

📋 copy color: '#CB9921'

red 203 ◦ green 153 ◦ blue 33

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

Shades of Buddha Gold #CB9921

Tints of Buddha Gold #CB9921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 52.19%
G = 39.33%
B = 8.48%

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

#CB9921 (or 0xCB9921) is known color: Buddha Gold. HEX triplet: CB, 99 and 21. RGB value is (203,153,33). Sum of RGB (Red+Green+Blue) = 203+153+33=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9921 is #3466DE. Grayscale: #9A9A9A. Windows color (decimal): -3434207 or 2202059. OLE color: 2202059.

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

Color convert

RGB 203 153 33 -
CMYK 0 0.25 0.84 0.20
HSL 42.35º 0.72% 0.46% -
HSV(B) 42.35º 0.84% 0.8% -
XYZ 36.29 35.59 6.4 -
YUV 154.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 203 153 33 0 0.25 0.84 0.20 42.35 0.72 0.46
Hex CB 99 21 0 19 54 14 2A 48 2E
Octal 313 231 41 0 31 124 24 52 110 56
Binary 11001011 10011001 100001 0 11001 1010100 10100 101010 1001000 101110

Color Harmonies of #CB9921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9921

Black with #CB9921

Text Example


Text Example

White with #CB9921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9921; }

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

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

background-color css

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

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

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

border-color css

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

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

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