Html Css Color HEX #CB8931 Dixie

📋 copy color: '#CB8931'

red 203 ◦ green 137 ◦ blue 49

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

Shades of Dixie #CB8931

Tints of Dixie #CB8931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.22%

 BLUE value IS 49 (19.53% from 255) = 12.6%

R = 52.19%
G = 35.22%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB8931 (or 0xCB8931) is known color: Dixie. HEX triplet: CB, 89 and 31. RGB value is (203,137,49). Sum of RGB (Red+Green+Blue) = 203+137+49=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8931 is #3476CE. Grayscale: #939393. Windows color (decimal): -3438287 or 3246539. OLE color: 3246539.

HSL color Cylindrical-coordinate representation of color #CB8931: hue angle of 34.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB8931 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 49 -
CMYK 0 0.33 0.76 0.20
HSL 34.29º 0.61% 0.49% -
HSV(B) 34.29º 0.76% 0.8% -
XYZ 34.13 30.81 7.05 -
YUV 146.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 203 137 49 0 0.33 0.76 0.20 34.29 0.61 0.49
Hex CB 89 31 0 21 4C 14 22 3D 31
Octal 313 211 61 0 41 114 24 42 75 61
Binary 11001011 10001001 110001 0 100001 1001100 10100 100010 111101 110001

Color Harmonies of #CB8931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8931

Black with #CB8931

Text Example


Text Example

White with #CB8931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8931; }

 p { color: rgb(203,137,49); }

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

background-color css

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

 a { background-color: rgb(203,137,49); }

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

border-color css

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

 span { border-color: rgb(203,137,49); }

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