Html Css Color HEX #CF882B Dixie

📋 copy color: '#CF882B'

red 207 ◦ green 136 ◦ blue 43

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

Shades of Dixie #CF882B

Tints of Dixie #CF882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.14%

R = 53.63%
G = 35.23%
B = 11.14%

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

#CF882B (or 0xCF882B) is known color: Dixie. HEX triplet: CF, 88 and 2B. RGB value is (207,136,43). Sum of RGB (Red+Green+Blue) = 207+136+43=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF882B is #3077D4. Grayscale: #939393. Windows color (decimal): -3176405 or 2853071. OLE color: 2853071.

HSL color Cylindrical-coordinate representation of color #CF882B: hue angle of 34.02º degrees, saturation: 0.66, 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 #CF882B is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 43 -
CMYK 0 0.34 0.79 0.19
HSL 34.02º 0.66% 0.49% -
HSV(B) 34.02º 0.79% 0.81% -
XYZ 34.97 31.05 6.44 -
YUV 146.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 207 136 43 0 0.34 0.79 0.19 34.02 0.66 0.49
Hex CF 88 2B 0 22 4F 13 22 42 31
Octal 317 210 53 0 42 117 23 42 102 61
Binary 11001111 10001000 101011 0 100010 1001111 10011 100010 1000010 110001

Color Harmonies of #CF882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF882B

Black with #CF882B

Text Example


Text Example

White with #CF882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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