Html Css Color HEX #CB9420 Nugget

📋 copy color: '#CB9420'

red 203 ◦ green 148 ◦ blue 32

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

Shades of Nugget #CB9420

Tints of Nugget #CB9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 53%
G = 38.64%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9420 (or 0xCB9420) is known color: Nugget. HEX triplet: CB, 94 and 20. RGB value is (203,148,32). Sum of RGB (Red+Green+Blue) = 203+148+32=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9420 is #346BDF. Grayscale: #979797. Windows color (decimal): -3435488 or 2135243. OLE color: 2135243.

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

Color convert

RGB 203 148 32 -
CMYK 0 0.27 0.84 0.20
HSL 40.7º 0.73% 0.46% -
HSV(B) 40.7º 0.84% 0.8% -
XYZ 35.48 33.98 6.06 -
YUV 151.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 203 148 32 0 0.27 0.84 0.20 40.7 0.73 0.46
Hex CB 94 20 0 1B 54 14 29 49 2E
Octal 313 224 40 0 33 124 24 51 111 56
Binary 11001011 10010100 100000 0 11011 1010100 10100 101001 1001001 101110

Color Harmonies of #CB9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9420

Black with #CB9420

Text Example


Text Example

White with #CB9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9420; }

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

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

background-color css

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

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

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

border-color css

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

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

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