Html Css Color HEX #CF8622 Dixie

📋 copy color: '#CF8622'

red 207 ◦ green 134 ◦ blue 34

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

Shades of Dixie #CF8622

Tints of Dixie #CF8622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

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

R = 55.2%
G = 35.73%
B = 9.07%

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

#CF8622 (or 0xCF8622) is known color: Dixie. HEX triplet: CF, 86 and 22. RGB value is (207,134,34). Sum of RGB (Red+Green+Blue) = 207+134+34=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8622 is #3079DD. Grayscale: #909090. Windows color (decimal): -3176926 or 2262735. OLE color: 2262735.

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

Color convert

RGB 207 134 34 -
CMYK 0 0.35 0.84 0.19
HSL 34.68º 0.72% 0.47% -
HSV(B) 34.68º 0.84% 0.81% -
XYZ 34.55 30.43 5.57 -
YUV 144.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 207 134 34 0 0.35 0.84 0.19 34.68 0.72 0.47
Hex CF 86 22 0 23 54 13 23 48 2F
Octal 317 206 42 0 43 124 23 43 110 57
Binary 11001111 10000110 100010 0 100011 1010100 10011 100011 1001000 101111

Color Harmonies of #CF8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8622

Black with #CF8622

Text Example


Text Example

White with #CF8622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8622; }

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

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

background-color css

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

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

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

border-color css

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

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

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