Html Css Color HEX #CF8526 Dixie

📋 copy color: '#CF8526'

red 207 ◦ green 133 ◦ blue 38

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

Shades of Dixie #CF8526

Tints of Dixie #CF8526

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

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

R = 54.76%
G = 35.19%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF8526 (or 0xCF8526) is known color: Dixie. HEX triplet: CF, 85 and 26. RGB value is (207,133,38). Sum of RGB (Red+Green+Blue) = 207+133+38=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8526 is #307AD9. Grayscale: #909090. Windows color (decimal): -3177178 or 2524623. OLE color: 2524623.

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

Color convert

RGB 207 133 38 -
CMYK 0 0.36 0.82 0.19
HSL 33.73º 0.69% 0.48% -
HSV(B) 33.73º 0.82% 0.81% -
XYZ 34.47 30.18 5.84 -
YUV 144.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 207 133 38 0 0.36 0.82 0.19 33.73 0.69 0.48
Hex CF 85 26 0 24 52 13 22 45 30
Octal 317 205 46 0 44 122 23 42 105 60
Binary 11001111 10000101 100110 0 100100 1010010 10011 100010 1000101 110000

Color Harmonies of #CF8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8526

Black with #CF8526

Text Example


Text Example

White with #CF8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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