Html Css Color HEX #CF8828 Dixie

📋 copy color: '#CF8828'

red 207 ◦ green 136 ◦ blue 40

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

Shades of Dixie #CF8828

Tints of Dixie #CF8828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.44%

R = 54.05%
G = 35.51%
B = 10.44%

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

#CF8828 (or 0xCF8828) is known color: Dixie. HEX triplet: CF, 88 and 28. RGB value is (207,136,40). Sum of RGB (Red+Green+Blue) = 207+136+40=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8828 is #3077D7. Grayscale: #929292. Windows color (decimal): -3176408 or 2656463. OLE color: 2656463.

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

Color convert

RGB 207 136 40 -
CMYK 0 0.34 0.81 0.19
HSL 34.49º 0.68% 0.48% -
HSV(B) 34.49º 0.81% 0.81% -
XYZ 34.92 31.03 6.16 -
YUV 146.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 207 136 40 0 0.34 0.81 0.19 34.49 0.68 0.48
Hex CF 88 28 0 22 51 13 22 44 30
Octal 317 210 50 0 42 121 23 42 104 60
Binary 11001111 10001000 101000 0 100010 1010001 10011 100010 1000100 110000

Color Harmonies of #CF8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8828

Black with #CF8828

Text Example


Text Example

White with #CF8828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8828; }

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

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

background-color css

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

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

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

border-color css

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

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

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