Html Css Color HEX #CF8225 Dixie

📋 copy color: '#CF8225'

red 207 ◦ green 130 ◦ blue 37

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

Shades of Dixie #CF8225

Tints of Dixie #CF8225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 55.35%
G = 34.76%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF8225 (or 0xCF8225) is known color: Dixie. HEX triplet: CF, 82 and 25. RGB value is (207,130,37). Sum of RGB (Red+Green+Blue) = 207+130+37=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8225 is #307DDA. Grayscale: #8E8E8E. Windows color (decimal): -3177947 or 2458319. OLE color: 2458319.

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

Color convert

RGB 207 130 37 -
CMYK 0 0.37 0.82 0.19
HSL 32.82º 0.7% 0.48% -
HSV(B) 32.82º 0.82% 0.81% -
XYZ 34.05 29.36 5.62 -
YUV 142.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 207 130 37 0 0.37 0.82 0.19 32.82 0.7 0.48
Hex CF 82 25 0 25 52 13 21 46 30
Octal 317 202 45 0 45 122 23 41 106 60
Binary 11001111 10000010 100101 0 100101 1010010 10011 100001 1000110 110000

Color Harmonies of #CF8225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8225

Black with #CF8225

Text Example


Text Example

White with #CF8225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8225; }

 p { color: rgb(207,130,37); }

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

background-color css

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

 a { background-color: rgb(207,130,37); }

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

border-color css

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

 span { border-color: rgb(207,130,37); }

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