Html Css Color HEX #CB9321 Nugget

📋 copy color: '#CB9321'

red 203 ◦ green 147 ◦ blue 33

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

Shades of Nugget #CB9321

Tints of Nugget #CB9321

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 53%
G = 38.38%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9321 (or 0xCB9321) is known color: Nugget. HEX triplet: CB, 93 and 21. RGB value is (203,147,33). Sum of RGB (Red+Green+Blue) = 203+147+33=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9321 is #346CDE. Grayscale: #979797. Windows color (decimal): -3435743 or 2200523. OLE color: 2200523.

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

Color convert

RGB 203 147 33 -
CMYK 0 0.28 0.84 0.20
HSL 40.24º 0.72% 0.46% -
HSV(B) 40.24º 0.84% 0.8% -
XYZ 35.34 33.67 6.08 -
YUV 150.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 203 147 33 0 0.28 0.84 0.20 40.24 0.72 0.46
Hex CB 93 21 0 1C 54 14 28 48 2E
Octal 313 223 41 0 34 124 24 50 110 56
Binary 11001011 10010011 100001 0 11100 1010100 10100 101000 1001000 101110

Color Harmonies of #CB9321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9321

Black with #CB9321

Text Example


Text Example

White with #CB9321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9321; }

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

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

background-color css

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

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

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

border-color css

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

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

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