Html Css Color HEX #CF8825 Dixie

📋 copy color: '#CF8825'

red 207 ◦ green 136 ◦ blue 37

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

Shades of Dixie #CF8825

Tints of Dixie #CF8825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 54.47%
G = 35.79%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF8825 (or 0xCF8825) is known color: Dixie. HEX triplet: CF, 88 and 25. RGB value is (207,136,37). Sum of RGB (Red+Green+Blue) = 207+136+37=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8825 is #3077DA. Grayscale: #929292. Windows color (decimal): -3176411 or 2459855. OLE color: 2459855.

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

Color convert

RGB 207 136 37 -
CMYK 0 0.34 0.82 0.19
HSL 34.94º 0.7% 0.48% -
HSV(B) 34.94º 0.82% 0.81% -
XYZ 34.87 31.01 5.9 -
YUV 145.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 207 136 37 0 0.34 0.82 0.19 34.94 0.7 0.48
Hex CF 88 25 0 22 52 13 23 46 30
Octal 317 210 45 0 42 122 23 43 106 60
Binary 11001111 10001000 100101 0 100010 1010010 10011 100011 1000110 110000

Color Harmonies of #CF8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8825

Black with #CF8825

Text Example


Text Example

White with #CF8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8825; }

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

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

background-color css

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

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

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

border-color css

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

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

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