Html Css Color HEX #CF8425 Dixie

📋 copy color: '#CF8425'

red 207 ◦ green 132 ◦ blue 37

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

Shades of Dixie #CF8425

Tints of Dixie #CF8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 55.05%
G = 35.11%
B = 9.84%

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

#CF8425 (or 0xCF8425) is known color: Dixie. HEX triplet: CF, 84 and 25. RGB value is (207,132,37). Sum of RGB (Red+Green+Blue) = 207+132+37=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8425 is #307BDA. Grayscale: #909090. Windows color (decimal): -3177435 or 2458831. OLE color: 2458831.

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

Color convert

RGB 207 132 37 -
CMYK 0 0.36 0.82 0.19
HSL 33.53º 0.7% 0.48% -
HSV(B) 33.53º 0.82% 0.81% -
XYZ 34.32 29.9 5.71 -
YUV 143.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 207 132 37 0 0.36 0.82 0.19 33.53 0.7 0.48
Hex CF 84 25 0 24 52 13 22 46 30
Octal 317 204 45 0 44 122 23 42 106 60
Binary 11001111 10000100 100101 0 100100 1010010 10011 100010 1000110 110000

Color Harmonies of #CF8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8425

Black with #CF8425

Text Example


Text Example

White with #CF8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8425; }

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

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

background-color css

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

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

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

border-color css

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

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

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