Html Css Color HEX #CF8726 Dixie

📋 copy color: '#CF8726'

red 207 ◦ green 135 ◦ blue 38

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

Shades of Dixie #CF8726

Tints of Dixie #CF8726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 38 (15.23% from 255) = 10%

R = 54.47%
G = 35.53%
B = 10%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF8726 (or 0xCF8726) is known color: Dixie. HEX triplet: CF, 87 and 26. RGB value is (207,135,38). Sum of RGB (Red+Green+Blue) = 207+135+38=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8726 is #3078D9. Grayscale: #919191. Windows color (decimal): -3176666 or 2525135. OLE color: 2525135.

HSL color Cylindrical-coordinate representation of color #CF8726: hue angle of 34.44º degrees, saturation: 0.69, 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 #CF8726 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 38 -
CMYK 0 0.35 0.82 0.19
HSL 34.44º 0.69% 0.48% -
HSV(B) 34.44º 0.82% 0.81% -
XYZ 34.75 30.73 5.93 -
YUV 145.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 207 135 38 0 0.35 0.82 0.19 34.44 0.69 0.48
Hex CF 87 26 0 23 52 13 22 45 30
Octal 317 207 46 0 43 122 23 42 105 60
Binary 11001111 10000111 100110 0 100011 1010010 10011 100010 1000101 110000

Color Harmonies of #CF8726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8726

Black with #CF8726

Text Example


Text Example

White with #CF8726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8726; }

 p { color: rgb(207,135,38); }

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

background-color css

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

 a { background-color: rgb(207,135,38); }

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

border-color css

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

 span { border-color: rgb(207,135,38); }

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