Html Css Color HEX #CF8722 Dixie

📋 copy color: '#CF8722'

red 207 ◦ green 135 ◦ blue 34

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

Shades of Dixie #CF8722

Tints of Dixie #CF8722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.04%

R = 55.05%
G = 35.9%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF8722 (or 0xCF8722) is known color: Dixie. HEX triplet: CF, 87 and 22. RGB value is (207,135,34). Sum of RGB (Red+Green+Blue) = 207+135+34=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8722 is #3078DD. Grayscale: #919191. Windows color (decimal): -3176670 or 2262991. OLE color: 2262991.

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

Color convert

RGB 207 135 34 -
CMYK 0 0.35 0.84 0.19
HSL 35.03º 0.72% 0.47% -
HSV(B) 35.03º 0.84% 0.81% -
XYZ 34.68 30.71 5.61 -
YUV 145.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 207 135 34 0 0.35 0.84 0.19 35.03 0.72 0.47
Hex CF 87 22 0 23 54 13 23 48 2F
Octal 317 207 42 0 43 124 23 43 110 57
Binary 11001111 10000111 100010 0 100011 1010100 10011 100011 1001000 101111

Color Harmonies of #CF8722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8722

Black with #CF8722

Text Example


Text Example

White with #CF8722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8722; }

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

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

background-color css

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

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

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

border-color css

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

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

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