Html Css Color HEX #CF8827 Dixie

📋 copy color: '#CF8827'

red 207 ◦ green 136 ◦ blue 39

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

Shades of Dixie #CF8827

Tints of Dixie #CF8827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.21%

R = 54.19%
G = 35.6%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF8827 (or 0xCF8827) is known color: Dixie. HEX triplet: CF, 88 and 27. RGB value is (207,136,39). Sum of RGB (Red+Green+Blue) = 207+136+39=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8827 is #3077D8. Grayscale: #929292. Windows color (decimal): -3176409 or 2590927. OLE color: 2590927.

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

Color convert

RGB 207 136 39 -
CMYK 0 0.34 0.81 0.19
HSL 34.64º 0.68% 0.48% -
HSV(B) 34.64º 0.81% 0.81% -
XYZ 34.9 31.02 6.07 -
YUV 146.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 207 136 39 0 0.34 0.81 0.19 34.64 0.68 0.48
Hex CF 88 27 0 22 51 13 23 44 30
Octal 317 210 47 0 42 121 23 43 104 60
Binary 11001111 10001000 100111 0 100010 1010001 10011 100011 1000100 110000

Color Harmonies of #CF8827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8827

Black with #CF8827

Text Example


Text Example

White with #CF8827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8827; }

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

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

background-color css

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

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

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

border-color css

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

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

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