Html Css Color HEX #CF8725 Dixie

📋 copy color: '#CF8725'

red 207 ◦ green 135 ◦ blue 37

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

Shades of Dixie #CF8725

Tints of Dixie #CF8725

RGB

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

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

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

R = 54.62%
G = 35.62%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF8725 (or 0xCF8725) is known color: Dixie. HEX triplet: CF, 87 and 25. RGB value is (207,135,37). Sum of RGB (Red+Green+Blue) = 207+135+37=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8725 is #3078DA. Grayscale: #919191. Windows color (decimal): -3176667 or 2459599. OLE color: 2459599.

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

Color convert

RGB 207 135 37 -
CMYK 0 0.35 0.82 0.19
HSL 34.59º 0.7% 0.48% -
HSV(B) 34.59º 0.82% 0.81% -
XYZ 34.73 30.73 5.85 -
YUV 145.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 207 135 37 0 0.35 0.82 0.19 34.59 0.7 0.48
Hex CF 87 25 0 23 52 13 23 46 30
Octal 317 207 45 0 43 122 23 43 106 60
Binary 11001111 10000111 100101 0 100011 1010010 10011 100011 1000110 110000

Color Harmonies of #CF8725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8725

Black with #CF8725

Text Example


Text Example

White with #CF8725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8725; }

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

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

background-color css

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

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

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

border-color css

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

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

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