Html Css Color HEX #CF882C Dixie

📋 copy color: '#CF882C'

red 207 ◦ green 136 ◦ blue 44

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

Shades of Dixie #CF882C

Tints of Dixie #CF882C

RGB

 RED value IS 207 (81.25% from 255) = 53.49%

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 53.49%
G = 35.14%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF882C (or 0xCF882C) is known color: Dixie. HEX triplet: CF, 88 and 2C. RGB value is (207,136,44). Sum of RGB (Red+Green+Blue) = 207+136+44=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF882C is #3077D3. Grayscale: #939393. Windows color (decimal): -3176404 or 2918607. OLE color: 2918607.

HSL color Cylindrical-coordinate representation of color #CF882C: hue angle of 33.87º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF882C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 44 -
CMYK 0 0.34 0.79 0.19
HSL 33.87º 0.65% 0.49% -
HSV(B) 33.87º 0.79% 0.81% -
XYZ 34.99 31.06 6.53 -
YUV 146.74 70.02 170.98 -
System Red Green Blue C M Y K H S L
Decimal 207 136 44 0 0.34 0.79 0.19 33.87 0.65 0.49
Hex CF 88 2C 0 22 4F 13 22 41 31
Octal 317 210 54 0 42 117 23 42 101 61
Binary 11001111 10001000 101100 0 100010 1001111 10011 100010 1000001 110001

Color Harmonies of #CF882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF882C

Black with #CF882C

Text Example


Text Example

White with #CF882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF882C; }

 p { color: rgb(207,136,44); }

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

background-color css

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

 a { background-color: rgb(207,136,44); }

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

border-color css

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

 span { border-color: rgb(207,136,44); }

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