Html Css Color HEX #CF8523 Dixie

📋 copy color: '#CF8523'

red 207 ◦ green 133 ◦ blue 35

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

Shades of Dixie #CF8523

Tints of Dixie #CF8523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 55.2%
G = 35.47%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF8523 (or 0xCF8523) is known color: Dixie. HEX triplet: CF, 85 and 23. RGB value is (207,133,35). Sum of RGB (Red+Green+Blue) = 207+133+35=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8523 is #307ADC. Grayscale: #909090. Windows color (decimal): -3177181 or 2328015. OLE color: 2328015.

HSL color Cylindrical-coordinate representation of color #CF8523: hue angle of 34.19º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8523 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 35 -
CMYK 0 0.36 0.83 0.19
HSL 34.19º 0.71% 0.47% -
HSV(B) 34.19º 0.83% 0.81% -
XYZ 34.42 30.16 5.6 -
YUV 143.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 207 133 35 0 0.36 0.83 0.19 34.19 0.71 0.47
Hex CF 85 23 0 24 53 13 22 47 2F
Octal 317 205 43 0 44 123 23 42 107 57
Binary 11001111 10000101 100011 0 100100 1010011 10011 100010 1000111 101111

Color Harmonies of #CF8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8523

Black with #CF8523

Text Example


Text Example

White with #CF8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8523; }

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

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

background-color css

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

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

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

border-color css

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

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

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