Html Css Color HEX #CB9821 Nugget

📋 copy color: '#CB9821'

red 203 ◦ green 152 ◦ blue 33

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

Shades of Nugget #CB9821

Tints of Nugget #CB9821

RGB

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

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

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

R = 52.32%
G = 39.18%
B = 8.51%

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

#CB9821 (or 0xCB9821) is known color: Nugget. HEX triplet: CB, 98 and 21. RGB value is (203,152,33). Sum of RGB (Red+Green+Blue) = 203+152+33=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9821 is #3467DE. Grayscale: #9A9A9A. Windows color (decimal): -3434463 or 2201803. OLE color: 2201803.

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

Color convert

RGB 203 152 33 -
CMYK 0 0.25 0.84 0.20
HSL 42º 0.72% 0.46% -
HSV(B) 42º 0.84% 0.8% -
XYZ 36.13 35.26 6.34 -
YUV 153.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 203 152 33 0 0.25 0.84 0.20 42 0.72 0.46
Hex CB 98 21 0 19 54 14 2A 48 2E
Octal 313 230 41 0 31 124 24 52 110 56
Binary 11001011 10011000 100001 0 11001 1010100 10100 101010 1001000 101110

Color Harmonies of #CB9821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9821

Black with #CB9821

Text Example


Text Example

White with #CB9821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9821; }

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

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

background-color css

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

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

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

border-color css

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

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

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