Html Css Color HEX #CB8430 Dixie

📋 copy color: '#CB8430'

red 203 ◦ green 132 ◦ blue 48

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

Shades of Dixie #CB8430

Tints of Dixie #CB8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

 BLUE value IS 48 (19.14% from 255) = 12.53%

R = 53%
G = 34.46%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB8430 (or 0xCB8430) is known color: Dixie. HEX triplet: CB, 84 and 30. RGB value is (203,132,48). Sum of RGB (Red+Green+Blue) = 203+132+48=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8430 is #347BCF. Grayscale: #909090. Windows color (decimal): -3439568 or 3179723. OLE color: 3179723.

HSL color Cylindrical-coordinate representation of color #CB8430: hue angle of 32.52º degrees, saturation: 0.62, 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 #CB8430 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 132 48 -
CMYK 0 0.35 0.76 0.20
HSL 32.52º 0.62% 0.49% -
HSV(B) 32.52º 0.76% 0.8% -
XYZ 33.41 29.41 6.71 -
YUV 143.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 203 132 48 0 0.35 0.76 0.20 32.52 0.62 0.49
Hex CB 84 30 0 23 4C 14 21 3E 31
Octal 313 204 60 0 43 114 24 41 76 61
Binary 11001011 10000100 110000 0 100011 1001100 10100 100001 111110 110001

Color Harmonies of #CB8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8430

Black with #CB8430

Text Example


Text Example

White with #CB8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8430; }

 p { color: rgb(203,132,48); }

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

background-color css

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

 a { background-color: rgb(203,132,48); }

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

border-color css

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

 span { border-color: rgb(203,132,48); }

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