Html Css Color HEX #CF882F Dixie

📋 copy color: '#CF882F'

red 207 ◦ green 136 ◦ blue 47

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

Shades of Dixie #CF882F

Tints of Dixie #CF882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.05%

R = 53.08%
G = 34.87%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF882F (or 0xCF882F) is known color: Dixie. HEX triplet: CF, 88 and 2F. RGB value is (207,136,47). Sum of RGB (Red+Green+Blue) = 207+136+47=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF882F is #3077D0. Grayscale: #939393. Windows color (decimal): -3176401 or 3115215. OLE color: 3115215.

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

Color convert

RGB 207 136 47 -
CMYK 0 0.34 0.77 0.19
HSL 33.38º 0.63% 0.5% -
HSV(B) 33.38º 0.77% 0.81% -
XYZ 35.05 31.08 6.84 -
YUV 147.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 207 136 47 0 0.34 0.77 0.19 33.38 0.63 0.5
Hex CF 88 2F 0 22 4D 13 21 3F 32
Octal 317 210 57 0 42 115 23 41 77 62
Binary 11001111 10001000 101111 0 100010 1001101 10011 100001 111111 110010

Color Harmonies of #CF882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF882F

Black with #CF882F

Text Example


Text Example

White with #CF882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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